mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
18 lines
361 B
Markdown
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
|