nixpkgs: allowUnfree = true
This commit is contained in:
parent
b68e324c4c
commit
78ba4399a9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
sources = import ../nix/sources.nix;
|
||||
pkgs = import sources.nixpkgs {};
|
||||
pkgs = import sources.nixpkgs { config = { allowUnfree = true; }; };
|
||||
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // newpkgs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue