Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / lib / tests / modules / options-type-error-typical.nix
blob416f436e0ad70bb08091dfe670b3afa7c56aae76
1 { lib, ... }: {
2   options = {
3     result = lib.types.str;
4   };