1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

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)