From b027e22758eef432a61a49bf853fb30978cf5219 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 20 Jan 2025 16:57:52 -0500 Subject: [PATCH] Fix missing link --- doc/manual/source/store/building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manual/source/store/building.md b/doc/manual/source/store/building.md index 66a1add01..79808273e 100644 --- a/doc/manual/source/store/building.md +++ b/doc/manual/source/store/building.md @@ -4,6 +4,8 @@ - Each input must be [realised] prior to building the derivation in question. +[realised]: @docroot@/glossary.md#gloss-realise + - Once this is done, the derivation is *normalized*, replacing each input deriving path with its store path, which we now know from realising the input. ## Builder Execution