Skip to content

Commit

Permalink
Merge pull request #135 from jonringer/allow-unfree
Browse files Browse the repository at this point in the history
Allow for unfree packages to be built
  • Loading branch information
Mic92 authored Oct 3, 2020
2 parents c959f12 + 0f223ab commit 1d6bdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs_review/nix/evalAttrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ attr-json:

with builtins;
let
pkgs = import <nixpkgs> { config = { checkMeta = true; }; };
pkgs = import <nixpkgs> { config = { checkMeta = true; allowUnfree = true; }; };
lib = pkgs.lib;

attrs = fromJSON (readFile attr-json);
Expand Down

0 comments on commit 1d6bdee

Please sign in to comment.