Merge pull request #75418 from NixOS/worldofpeace-patch-1

nixos/transmission: don't use types.str
This commit is contained in:
worldofpeace
2019-12-10 19:03:59 -05:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ in
};
downloadDirPermissions = mkOption {
type = types.string;
type = types.str;
default = "770";
example = "775";
description = ''