Skip to content

Commit

Permalink
Enable allowUnfree
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpvieira committed Jan 12, 2019
1 parent 793e416 commit 943ef63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ let
name = "nixos-19.01.10";
url = "https://github.com/NixOS/nixpkgs/archive/539d62be3aa24d20d266187b8cbe59aaf74244cc.tar.gz";
sha256 = "0s1sh4lvkv9z7hs2rli31xrg819jw5qiqzmj0nmml15qkw22x60j";
}) { inherit system; };
}) {
inherit system;
config.allowUnfree = true;
};

pkgs = pinPkgs // {
stdenv = pinPkgs.stdenv.overrideDerivation (attrs: attrs // {
Expand Down

0 comments on commit 943ef63

Please sign in to comment.