1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00
nix/doc/manual/source/store/drv/building.md
2025-01-19 14:58:38 -05:00

18 lines
361 B
Markdown

# Building
TODO
## Normalizing derivation inputs
TODO
Each input must be [realised] prior to building the derivation in question.
At that point, the derivation can be *normalized*, by replacing each input deriving path with its store path --- which we now know since we've realised it.
## Building
TODO
## Processing outputs and Reference scanning
TODO