mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
remove incomplete section: building
This commit is contained in:
parent
3d8f2f5cc1
commit
1ba6d8fb1d
2 changed files with 0 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
# Building
|
||||
|
||||
## Scanning for references
|
||||
|
||||
Before in the section on [store objects](./objects.md), we talked abstractly about scanning for references.
|
||||
Now we can make this concrete.
|
||||
|
||||
After the derivation's command is run, Nix needs to process the "raw" output directories to turn them into legit store objects.
|
||||
There is a few steps of this, but let's start with the simple case of one input-addressed output first.
|
||||
|
||||
\[Overview of things that need to happen.]
|
||||
|
||||
For example, if Nix thinks `/nix/store/asdfasdfasdf-foo` and `/nix/store/qwerqwerqwer-bar` are paths the data might plausibly reference, Nix will scan all the contents of all files recursively for the "hash parts" `asdfasdfasdf`` and `qwerqwerqwer`.
|
||||
|
||||
\[Explain why whitelist.]
|
Loading…
Add table
Add a link
Reference in a new issue