glossary: link "building" from "realisation"

This commit is contained in:
Valentin Gagarin 2025-04-10 16:55:54 +02:00 committed by Valentin Gagarin
parent 3f3cc6f438
commit fc5b1d2344

View File

@ -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
<!-- TODO: link [running] to build process page, #8888 -->
See [`nix-store --realise`](@docroot@/command-ref/nix-store/realise.md) for a detailed description of the algorithm.