From 967a6a7e437a9300db5dee25f2475969c21f7675 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Aug 2023 16:41:54 +0900 Subject: chore: types.string -> types.str --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1