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