From dc439eaf236ea1ef5c291b50de25817df8103041 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 1 Feb 2024 11:20:19 -0500 Subject: [PATCH] Fill in missing markdown link dest --- src/libstore/local-overlay-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/local-overlay-store.md b/src/libstore/local-overlay-store.md index 813efc3e9..882d2c5ce 100644 --- a/src/libstore/local-overlay-store.md +++ b/src/libstore/local-overlay-store.md @@ -88,7 +88,7 @@ Before accessing the overlay store you will need to ensure the OverlayFS mount i Note that OverlayFS requires `/mnt/example/workdir` to be on the same volume as the `upperdir`. By default, Nix will check that the mountpoint as been set up correctly and fail with an error if it has not. -You can override this behaviour by passing [`check-mount=false`](???) if you need to. +You can override this behaviour by passing [`check-mount=false`](#store-experimental-local-overlay-store-check-mount) if you need to.