Merge pull request #90117 from zowoq/check-meta

stdenv/check-meta: alignment/width
This commit is contained in:
Maximilian Bosch 2020-06-12 00:14:02 +02:00 committed by GitHub
commit 6b9dec99f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,10 +108,10 @@ let
You can install it anyway by whitelisting this package, using the You can install it anyway by whitelisting this package, using the
following methods: following methods:
a) To temporarily allow all insecure packages, you can use an environment variable a) To temporarily allow all insecure packages, you can use an environment
for a single invocation of the nix tools: variable for a single invocation of the nix tools:
$ export NIXPKGS_ALLOW_INSECURE=1 $ export NIXPKGS_ALLOW_INSECURE=1
b) 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, `nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
@ -124,8 +124,8 @@ let
} }
c) 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 ${getName attrs} to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so: ~/.config/nixpkgs/config.nix, like so:
{ {
permittedInsecurePackages = [ permittedInsecurePackages = [