aboutsummaryrefslogtreecommitdiff
path: root/src/nix/help-stores.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-03-23 15:32:59 +0100
committerEelco Dolstra <edolstra@gmail.com>2023-03-23 15:32:59 +0100
commit168b6021c558f317fc01b142c1610742e9b9096b (patch)
tree2d2d11229306990be10b714a9615cfb6653a990e /src/nix/help-stores.md
parent7a61a9aba3154de7b18b6f83161149800625d3d4 (diff)
Tweaks
Diffstat (limited to 'src/nix/help-stores.md')
-rw-r--r--src/nix/help-stores.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nix/help-stores.md b/src/nix/help-stores.md
index aa381393b..47ba9b94d 100644
--- a/src/nix/help-stores.md
+++ b/src/nix/help-stores.md
@@ -29,17 +29,17 @@ supported settings for each store type are documented below.
The special store URL `auto` causes Nix to automatically select a
store as follows:
-* Use the local store `/nix/store` if `/nix/var/nix` is writable by
- the current user.
+* Use the [local store](#local-store) `/nix/store` if `/nix/var/nix`
+ is writable by the current user.
* Otherwise, if `/nix/var/nix/daemon-socket/socket` exists, [connect
to the Nix daemon listening on that socket](#local-daemon-store).
-* Otherwise, on Linux only, use the local chroot store
+* Otherwise, on Linux only, use the [local chroot store](#local-store)
`~/.local/share/nix/root`, which will be created automatically if it
does not exist.
-* Otherwise, use the local store `/nix/store`.
+* Otherwise, use the [local store](#local-store) `/nix/store`.
@stores@