aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/command-ref/env-common.md
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2020-10-21 17:04:36 +0200
committerJosef Kemetmüller <josef.kemetmueller@gmail.com>2020-10-21 17:04:36 +0200
commit7f60f48e1aed14680eaf05154abf243ea764bf85 (patch)
tree4dcd3a17a1e7135082e792b64e2c70c18db1b776 /doc/manual/src/command-ref/env-common.md
parentecfebde6ffbf8fa3184a74cb685ec340ee87291a (diff)
Fix the docs about the new NIX_CONFIG env var
This was accidentally documented as NIX_OPTIONS.
Diffstat (limited to 'doc/manual/src/command-ref/env-common.md')
-rw-r--r--doc/manual/src/command-ref/env-common.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/env-common.md b/doc/manual/src/command-ref/env-common.md
index 27e730fc8..c670d82b8 100644
--- a/doc/manual/src/command-ref/env-common.md
+++ b/doc/manual/src/command-ref/env-common.md
@@ -81,7 +81,7 @@ Most Nix commands interpret the following environment variables:
Overrides the location of the system Nix configuration directory
(default `prefix/etc/nix`).
- - `NIX_OPTIONS`
+ - `NIX_CONFIG`
Applies settings from Nix configuration from the environment.
The content is treated as if it was read from a Nix configuration file.
Settings are separated by the newline character.