about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
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.