core/nodes/1_lib/source/tests/modules/options-type-error-typical-nested.nix
2024-05-25 10:31:17 -04:00

6 lines
70 B
Nix

{ lib, ... }: {
options = {
result.here = lib.types.str;
};
}