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:
parent
e308602fdf
commit
4e2d5ae202
8 changed files with 33 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue