vendored/*: types.string -> types.str

This commit is contained in:
Infinidoge 2024-02-03 05:07:00 -05:00
parent 25f969acd4
commit b19eb30e66
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 3 additions and 3 deletions

View file

@ -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";
};