mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
allowUnfree: mention the solution that works for nix-shell as well
This commit is contained in:
parent
ecbb4db055
commit
45f579b9e7
@ -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.
|
||||
''));
|
||||
|
Loading…
Reference in New Issue
Block a user