diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 07:11:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 07:11:47 -0400 |
commit | 914672dc4f955afc3478c256145e7f6098b7da63 (patch) | |
tree | 9a68fca94fa52226916a25885999b707cb8ed2bb /src/libstore/globals.hh | |
parent | b15cba03c394962f274852d08f9274249afe0f49 (diff) | |
parent | 992be330ab31be4fe226b09fb602ced18fda788c (diff) |
Merge pull request #8141 from tweag/user-files-doc
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 c41125523..31dfe5b4e 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -981,7 +981,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 |