summary refs log tree commit diff
path: root/doc/using
diff options
context:
space:
mode:
authorasymmetric <lorenzo@mailbox.org>2023-09-14 17:09:39 +0200
committerGitHub <noreply@github.com>2023-09-14 17:09:39 +0200
commitb414f942e0379771422fd6e203a558ab7151eac5 (patch)
tree63ee37fae6e480fc804b1957c827822f9b75cfc7 /doc/using
parenta29cf4aece7ed0f497f600faec9614c6feb5159b (diff)
downloadnixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.tar
nixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.tar.gz
nixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.tar.bz2
nixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.tar.lz
nixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.tar.xz
nixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.tar.zst
nixpkgs-b414f942e0379771422fd6e203a558ab7151eac5.zip
doc: link, instead of just mentioning, Nix manual (#255126)
Instead of just telling the reader to go find the relevant section of the Nix
manual, let's just link to it. Yay hypertext!
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/overlays.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/overlays.chapter.md b/doc/using/overlays.chapter.md
index a51aa9ee8fc..6ee52215a4e 100644
--- a/doc/using/overlays.chapter.md
+++ b/doc/using/overlays.chapter.md
@@ -24,7 +24,7 @@ The list of overlays is determined as follows.
 
 2.  Otherwise, if the Nix path entry `<nixpkgs-overlays>` exists, we look for overlays at that path, as described below.
 
-    See the section on `NIX_PATH` in the Nix manual for more details on how to set a value for `<nixpkgs-overlays>.`
+    See the [section on `NIX_PATH`](https://nixos.org/manual/nix/stable/command-ref/env-common.html#env-NIX_PATH) in the Nix manual for more details on how to set a value for `<nixpkgs-overlays>.`
 
 3.  If one of `~/.config/nixpkgs/overlays.nix` and `~/.config/nixpkgs/overlays/` exists, then we look for overlays at that path, as described below. It is an error if both exist.