mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
361 B
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