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 {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "factorio";
|
||||
};
|
||||
|
||||
group = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "factorio";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue