diff options
author | Alexander Bantyev <balsoft@balsoft.ru> | 2023-02-17 21:57:15 +0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-04-26 15:38:19 +0200 |
commit | 8a93b5a55184d9d34effdd94d58429c9ad1a3d14 (patch) | |
tree | ae9c3c09d3dd321129cd1db4ab378e2f196bef57 /src/libstore/globals.hh | |
parent | 946fd29422361e8478425d6aaf9ccae23d7ddffb (diff) |
Document user files of nix
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 609cf53b8..6cd759fb3 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -972,7 +972,7 @@ public: this, false, "use-xdg-base-directories", R"( If set to `true`, Nix will conform to the [XDG Base Directory Specification] for files in `$HOME`. - The environment variables used to implement this are documented in the [Environment Variables section](@docroot@/installation/env-variables.md). + The environment variables used to implement this are documented in the [Environment Variables section](@docroot@/command-ref/env-common.md). [XDG Base Directory Specification]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html |