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
|
@ -19,7 +19,7 @@ By default Nix reads settings from the following places:
|
|||
and `XDG_CONFIG_HOME`. If these are unset, it will look in
|
||||
`$HOME/.config/nix.conf`.
|
||||
|
||||
- If `NIX_OPTIONS` is set, its contents is treated as the contents of
|
||||
- If `NIX_CONFIG` is set, its contents is treated as the contents of
|
||||
a configuration file.
|
||||
|
||||
The configuration files consist of `name =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue