1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 20:46:01 +01:00

Fix missing link

This commit is contained in:
John Ericson 2025-01-20 16:57:52 -05:00
parent 3a3f6adde2
commit b027e22758

View file

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