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; }
|
{ nixpkgs.config.allow${up reason} = true; }
|
||||||
in configuration.nix to override this.
|
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; }
|
{ allow${up reason} = true; }
|
||||||
to ~/.nixpkgs/config.nix.
|
to ~/.nixpkgs/config.nix.
|
||||||
''));
|
''));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user