core/lib/tests/modules/options-type-error-typical.nix
2024-05-01 18:26:04 -04:00

6 lines
65 B
Nix

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