fix ugly nixpkgs.config.allowUnfreePredicate
This commit is contained in:
parent
c8d3fe1e6b
commit
ca3fd4093f
1 changed files with 21 additions and 23 deletions
|
|
@ -45,10 +45,8 @@ in {
|
|||
# ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = let
|
||||
whitelist = let
|
||||
vscext = pkgs.vscode-extensions;
|
||||
in
|
||||
with pkgs;
|
||||
whitelist = with pkgs;
|
||||
map lib.getName [
|
||||
discord
|
||||
steam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue