mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix the docs about the new NIX_CONFIG env var
This was accidentally documented as NIX_OPTIONS.
This commit is contained in:
parent
ecfebde6ff
commit
7f60f48e1a
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue