about summary refs log tree commit diff
path: root/nixpkgs/lib/tests/modules/options-type-error-typical-nested.nix
blob: 2c07e19fb8ae0c0700c4a78a97ad9e0658181597 (plain) (blame)
1
2
3
4
5
{ lib, ... }: {
  options = {
    result.here = lib.types.str;
  };
}