From 4088ce159ec0d6297bc50d374112212c7d98649d Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Tue, 10 Jul 2018 02:16:42 +0200 Subject: [PATCH] Allow unfree by default --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index ba86f41..6146444 100644 --- a/default.nix +++ b/default.nix @@ -21,7 +21,7 @@ let }; }; - nixpkgs = pkgs { overlays = [overlay]; }; + nixpkgs = pkgs { overlays = [overlay]; config = {allowUnfree = true;};}; in with nixpkgs; rec {