From f6513722522999e7ce5a144df5fda591cf214dcb Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 7 Nov 2016 19:59:05 +0100 Subject: [PATCH] add allowUnfree --- config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.nix b/config.nix index 6cd81b4..ab0d536 100644 --- a/config.nix +++ b/config.nix @@ -159,6 +159,8 @@ let in { inherit eval; + allowUnfree = true; + packageOverrides = self: { nixdarwin = eval.config.system.build;