We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c959f12 + 0f223ab commit 1d6bdeeCopy full SHA for 1d6bdee
nixpkgs_review/nix/evalAttrs.nix
@@ -2,7 +2,7 @@ attr-json:
2
3
with builtins;
4
let
5
- pkgs = import <nixpkgs> { config = { checkMeta = true; }; };
+ pkgs = import <nixpkgs> { config = { checkMeta = true; allowUnfree = true; }; };
6
lib = pkgs.lib;
7
8
attrs = fromJSON (readFile attr-json);
0 commit comments