Skip to content

Commit 1d6bdee

Browse files
authored
Merge pull request #135 from jonringer/allow-unfree
Allow for unfree packages to be built
2 parents c959f12 + 0f223ab commit 1d6bdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpkgs_review/nix/evalAttrs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ attr-json:
22

33
with builtins;
44
let
5-
pkgs = import <nixpkgs> { config = { checkMeta = true; }; };
5+
pkgs = import <nixpkgs> { config = { checkMeta = true; allowUnfree = true; }; };
66
lib = pkgs.lib;
77

88
attrs = fromJSON (readFile attr-json);

0 commit comments

Comments
 (0)