allowUnfree: mention the solution that works for nix-shell as well

This commit is contained in:
Domen Kožar 2016-11-16 15:14:08 +01:00
parent ecbb4db055
commit 45f579b9e7

View File

@ -139,7 +139,7 @@ let
{ nixpkgs.config.allow${up reason} = true; }
in configuration.nix to override this.
b) For `nix-env`, `nix-build` or any other Nix command you can add
b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allow${up reason} = true; }
to ~/.nixpkgs/config.nix.
''));