mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
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 New Issue
Block a user