mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #75418 from NixOS/worldofpeace-patch-1
nixos/transmission: don't use types.str
This commit is contained in:
commit
46703a446d
@ -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