1
0
Fork 0
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:
Daiderd Jordan 2016-11-07 19:59:05 +01:00
parent 43495a4961
commit f651372252
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -159,6 +159,8 @@ let
in {
inherit eval;
allowUnfree = true;
packageOverrides = self: {
nixdarwin = eval.config.system.build;