1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

doc: Store entry -> store object

This matches the terminology in Eelco's thesis.
This commit is contained in:
John Ericson 2022-04-18 21:53:39 -04:00 committed by Valentin Gagarin
parent e308602fdf
commit 4e2d5ae202
8 changed files with 33 additions and 33 deletions

View file

@ -18,15 +18,15 @@
- [Design and Data Model](design/design.md)
- [Overview](design/overview.md)
- [The Store Layer](design/store/store.md)
- [Store Entries](design/store/entries.md)
- [Store Objects](design/store/entries.md)
- [Store Paths](design/store/paths.md)
- [Nix Archives](design/store/nar.md)
- [Content-Addressing Store Entries](design/store/entry-ca.md)
- [Content-Addressing Store Objects](design/store/entry-ca.md)
- [Derivations](design/store/drvs/drvs.md)
- [Input-Addressing](design/store/drvs/ia.md)
- [Content-Addressing (Experimental)](design/store/drvs/ca.md)
- [Building](design/store/building.md)
- [Advanced Topic: store entry relocatability](design/store/relocatability.md)
- [Advanced Topic: store object relocatability](design/store/relocatability.md)
- [Package Management](package-management/package-management.md)
- [Basic Package Management](package-management/basic-package-mgmt.md)
- [Profiles](package-management/profiles.md)