From fc5b1d2344514c982d2d33da7686cac71a853669 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 10 Apr 2025 16:55:54 +0200 Subject: [PATCH] glossary: link "building" from "realisation" --- doc/manual/source/glossary.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/manual/source/glossary.md b/doc/manual/source/glossary.md index 6a7501200..27989f8de 100644 --- a/doc/manual/source/glossary.md +++ b/doc/manual/source/glossary.md @@ -71,9 +71,8 @@ This can be achieved by: - Fetching a pre-built [store object] from a [substituter] - - Running the [`builder`](@docroot@/language/derivations.md#attr-builder) executable as specified in the corresponding [store derivation] + - [Building](@docroot@/store/building.md) the corresponding [store derivation] - Delegating to a [remote machine](@docroot@/command-ref/conf-file.md#conf-builders) and retrieving the outputs - See [`nix-store --realise`](@docroot@/command-ref/nix-store/realise.md) for a detailed description of the algorithm.