From 73e82b9e078b2bf518a1a18aa6a2e0a0164d291a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 3 May 2014 15:12:51 +0200 Subject: [PATCH] s/config.allowUnfree = true/allowUnfree = true/ --- pkgs/stdenv/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix index b0031178bbd..14da127b9e0 100644 --- a/pkgs/stdenv/generic/default.nix +++ b/pkgs/stdenv/generic/default.nix @@ -62,7 +62,7 @@ let Package ‘${attrs.name}’ in ${pos'} has an unfree license, refusing to evaluate. You can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. If you use Nix standalone, you can add - { config.allowUnfree = true; } + { allowUnfree = true; } to ~/.nixpkgs/config.nix or pass --arg config '{ allowUnfree = true; }' on the command line.''