more nixfmt changes

This commit is contained in:
Gerg-L 2023-11-16 21:55:44 -05:00
parent 43557a4b19
commit 7000c74af2
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 5 additions and 13 deletions

View file

@ -15,8 +15,7 @@ _:
nixpkgs = {
config = {
allowAliases = false;
allowUnfreePredicate =
pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree;
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree;
};
};