1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Fill in missing markdown link dest

This commit is contained in:
John Ericson 2024-02-01 11:20:19 -05:00
parent 31881d651a
commit dc439eaf23

View file

@ -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.