mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated nix, removed usage of lib.types.string
This commit is contained in:
parent
67ea731529
commit
8c1d5b6a01
3 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ _: {
|
|||
...
|
||||
}: {
|
||||
options.local.allowedUnfree = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.string;
|
||||
type = lib.types.listOf lib.types.str;
|
||||
default = [];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue