diff options
author | sefidel <contact@sefidel.net> | 2023-08-13 16:41:54 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-13 16:42:08 +0900 |
commit | 967a6a7e437a9300db5dee25f2475969c21f7675 (patch) | |
tree | 3caf5032bd0b1804d20750d29e5def81b70f17de | |
parent | 78bf95373889bc754dd689634b34ad0d54fa0e09 (diff) | |
download | infra-967a6a7e437a9300db5dee25f2475969c21f7675.tar.gz infra-967a6a7e437a9300db5dee25f2475969c21f7675.zip |
chore: types.string -> types.str
-rw-r--r-- | modules/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index 1f61d45..8396739 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -14,7 +14,7 @@ in }; allowedUnfree = lib.mkOption { - type = lib.types.listOf lib.types.string; + type = lib.types.listOf lib.types.str; default = [ ]; description = '' Allows for unfree packages by their name. |