nixpkgs: allowUnfree = true

This commit is contained in:
hexchen 2021-01-11 00:00:15 +00:00
parent b68e324c4c
commit 78ba4399a9

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