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

6 lines
65 B
Nix

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