commit 4088ce159ec0d6297bc50d374112212c7d98649d parent 2021895c3fbef8baa3987939f4b03447ed9dd60c Author: Guillaume Bouchard <guillaum.bouchard@gmail.com> Date: Tue, 10 Jul 2018 02:16:42 +0200 Allow unfree by default Diffstat:
| M | default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {