diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-11-04 20:31:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 20:31:47 +0100 |
commit | 7d6017b7a911dd5b8a7ccb5bc1bf9282140de20c (patch) | |
tree | 2e96f0295235d57a22ee905e94a5f788a49b88fc | |
parent | c4bd6a15c2171153021691776cc657872c42338c (diff) | |
parent | e5d4c2235f08ca8bfa4aada4ad51b0ac4f212608 (diff) |
Merge pull request #5493 from jtojnar/patch-1
docs: Correct fallback user config path
-rw-r--r-- | doc/manual/src/command-ref/conf-file-prefix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/conf-file-prefix.md b/doc/manual/src/command-ref/conf-file-prefix.md index 3140170ab..d660db502 100644 --- a/doc/manual/src/command-ref/conf-file-prefix.md +++ b/doc/manual/src/command-ref/conf-file-prefix.md @@ -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. |