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