mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03: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