mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
add allowUnfree
This commit is contained in:
parent
43495a4961
commit
f651372252
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ let
|
|||
in {
|
||||
inherit eval;
|
||||
|
||||
allowUnfree = true;
|
||||
|
||||
packageOverrides = self: {
|
||||
|
||||
nixdarwin = eval.config.system.build;
|
||||
|
|
Loading…
Reference in a new issue