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

361 B

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