wrong type

This commit is contained in:
Sakooooo 2024-02-14 20:22:31 +04:00
parent e70d49345d
commit e9a27557fc
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -27,7 +27,7 @@ in {
enable = mkEnableOption false; enable = mkEnableOption false;
daemon = mkEnableOption true; daemon = mkEnableOption true;
type = mkOption { type = mkOption {
type = string; type = with types; str;
default = "unstable"; default = "unstable";
}; };
}; };