core/lib/tests/modules/options-type-error-typical-nested.nix

6 lines
70 B
Nix
Raw Normal View History

2024-05-01 22:14:04 +00:00
{ lib, ... }: {
options = {
result.here = lib.types.str;
};
}