nixos/transmission: don't use types.str

This commit is contained in:
worldofpeace 2019-12-09 23:31:38 -05:00 committed by GitHub
parent ae94e89232
commit 4745d20734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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