nixpkgs: allowUnfree = true

keep-around/78ba4399a954f9fe2956d9a52275f10695baabd4
hexchen 2021-01-11 00:00:15 +00:00
parent b68e324c4c
commit 78ba4399a9
1 changed files with 1 additions and 1 deletions

View File

@ -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);