mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
more nixfmt changes
This commit is contained in:
parent
43557a4b19
commit
7000c74af2
4 changed files with 5 additions and 13 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue