mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01: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 a new issue