forked from mirrors/nixpkgs
nixos/transmission: don't use types.str
This commit is contained in:
parent
ae94e89232
commit
4745d20734
|
@ -71,7 +71,7 @@ in
|
|||
};
|
||||
|
||||
downloadDirPermissions = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "770";
|
||||
example = "775";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue