about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-13 16:41:54 +0900
committersefidel <contact@sefidel.net>2023-08-13 16:42:08 +0900
commit967a6a7e437a9300db5dee25f2475969c21f7675 (patch)
tree3caf5032bd0b1804d20750d29e5def81b70f17de /modules
parent78bf95373889bc754dd689634b34ad0d54fa0e09 (diff)
downloadinfra-967a6a7e437a9300db5dee25f2475969c21f7675.tar.gz
infra-967a6a7e437a9300db5dee25f2475969c21f7675.zip
chore: types.string -> types.str
Diffstat (limited to 'modules')
-rw-r--r--modules/nix.nix2
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.