Allow unfree by default
This commit is contained in:
parent
2021895c3f
commit
4088ce159e
|
@ -21,7 +21,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = pkgs { overlays = [overlay]; };
|
nixpkgs = pkgs { overlays = [overlay]; config = {allowUnfree = true;};};
|
||||||
in
|
in
|
||||||
with nixpkgs;
|
with nixpkgs;
|
||||||
rec {
|
rec {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user