Allow unfree by default

This commit is contained in:
Guillaume Bouchard 2018-07-10 02:16:42 +02:00
parent 2021895c3f
commit 4088ce159e

View File

@ -21,7 +21,7 @@ let
};
};
nixpkgs = pkgs { overlays = [overlay]; };
nixpkgs = pkgs { overlays = [overlay]; config = {allowUnfree = true;};};
in
with nixpkgs;
rec {