wrong type
This commit is contained in:
parent
e70d49345d
commit
e9a27557fc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
enable = mkEnableOption false;
|
||||
daemon = mkEnableOption true;
|
||||
type = mkOption {
|
||||
type = string;
|
||||
type = with types; str;
|
||||
default = "unstable";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue