Rename files after store entry -> store object rename

This commit is contained in:
John Ericson 2022-04-18 21:57:10 -04:00 committed by Valentin Gagarin
parent 4e2d5ae202
commit 838ba26fda
4 changed files with 3 additions and 3 deletions

View file

@ -18,10 +18,10 @@
- [Design and Data Model](design/design.md)
- [Overview](design/overview.md)
- [The Store Layer](design/store/store.md)
- [Store Objects](design/store/entries.md)
- [Store Objects](design/store/objects.md)
- [Store Paths](design/store/paths.md)
- [Nix Archives](design/store/nar.md)
- [Content-Addressing Store Objects](design/store/entry-ca.md)
- [Content-Addressing Store Objects](design/store/object-ca.md)
- [Derivations](design/store/drvs/drvs.md)
- [Input-Addressing](design/store/drvs/ia.md)
- [Content-Addressing (Experimental)](design/store/drvs/ca.md)

View file

@ -2,7 +2,7 @@
## Scanning for references
Before in the section on [store objects](../entries.md), we talked abstractly about 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.