From 8e61efe2e63343be7b0002b394a1115490aaeb50 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 11 Aug 2023 17:06:37 +0900 Subject: chore: types.string -> types.str --- nixos/modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/nix.nix b/nixos/modules/nix.nix index 1f61d45..8396739 100644 --- a/nixos/modules/nix.nix +++ b/nixos/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