s/config.allowUnfree = true/allowUnfree = true/
This commit is contained in:
parent
64d662e056
commit
73e82b9e07
@ -62,7 +62,7 @@ let
|
|||||||
Package ‘${attrs.name}’ in ${pos'} has an unfree license, refusing to evaluate. You can set
|
Package ‘${attrs.name}’ in ${pos'} has an unfree license, refusing to evaluate. You can set
|
||||||
{ nixpkgs.config.allowUnfree = true; }
|
{ nixpkgs.config.allowUnfree = true; }
|
||||||
in configuration.nix to override this. If you use Nix standalone, you can add
|
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
|
to ~/.nixpkgs/config.nix or pass
|
||||||
--arg config '{ allowUnfree = true; }'
|
--arg config '{ allowUnfree = true; }'
|
||||||
on the command line.''
|
on the command line.''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user