mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #5493 from jtojnar/patch-1
docs: Correct fallback user config path
This commit is contained in:
commit
7d6017b7a9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ By default Nix reads settings from the following places:
|
|||
|
||||
Otherwise it will look for `nix/nix.conf` files in `XDG_CONFIG_DIRS`
|
||||
and `XDG_CONFIG_HOME`. If these are unset, it will look in
|
||||
`$HOME/.config/nix.conf`.
|
||||
`$HOME/.config/nix/nix.conf`.
|
||||
|
||||
- If `NIX_CONFIG` is set, its contents is treated as the contents of
|
||||
a configuration file.
|
||||
|
|
Loading…
Reference in a new issue