vendored/*: types.string -> types.str
This commit is contained in:
parent
25f969acd4
commit
b19eb30e66
2 changed files with 3 additions and 3 deletions
|
@ -74,12 +74,12 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "factorio";
|
default = "factorio";
|
||||||
};
|
};
|
||||||
|
|
||||||
group = mkOption {
|
group = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "factorio";
|
default = "factorio";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ in
|
||||||
package = mkPackageOption pkgs "thelounge" { };
|
package = mkPackageOption pkgs "thelounge" { };
|
||||||
|
|
||||||
dataDir = mkOption {
|
dataDir = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "/var/lib/thelounge";
|
default = "/var/lib/thelounge";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue