aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-11 12:25:07 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-11 12:35:11 +1000
commitb78a0348d309068e0ea473cfd4e4c2f4a522089c (patch)
tree214c8abe566998df603963bab1f6cf1daef7083f /pkgs/stdenv
parent580a0e52b1323b4693e9edbed1490830163c3d32 (diff)
stdenv/check-meta: alignment/width
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/generic/check-meta.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/stdenv/generic/check-meta.nix b/pkgs/stdenv/generic/check-meta.nix
index c6c5be39d09b..c06f17b6fc19 100644
--- a/pkgs/stdenv/generic/check-meta.nix
+++ b/pkgs/stdenv/generic/check-meta.nix
@@ -107,11 +107,11 @@ 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) 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
b) for `nixos-rebuild` you can add ‘${getName attrs}’ to
`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
- ‘${getName attrs}’ to `permittedInsecurePackages` in
- ~/.config/nixpkgs/config.nix, like so:
+ ‘${getName attrs}’ to `permittedInsecurePackages` in
+ ~/.config/nixpkgs/config.nix, like so:
{
permittedInsecurePackages = [