docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1

496bc90c6c/doc/using/configuration.xml (L190)
gstqt5
Geoffrey Huntley 2020-06-10 18:16:31 +10:00 committed by GitHub
parent 496bc90c6c
commit ffa5137278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -107,8 +107,13 @@ let
You can install it anyway by whitelisting this package, using the
following methods:
a) To temporarily allow all insecure packages, you can use an environment variable
for a single invocation of the nix tools:
$ export NIXPKGS_ALLOW_INSECURE=1
a) for `nixos-rebuild` you can add ${getName attrs} to
b) for `nixos-rebuild` you can add ${getName attrs} to
`nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
like so:
@ -118,7 +123,7 @@ let
];
}
b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
${getName attrs} to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so: