updated nix, removed usage of lib.types.string

This commit is contained in:
Gerg-L 2023-08-13 09:26:58 -04:00
parent 67ea731529
commit 8c1d5b6a01
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ _: {
...
}: {
options.local.allowedUnfree = lib.mkOption {
type = lib.types.listOf lib.types.string;
type = lib.types.listOf lib.types.str;
default = [];
};