diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-18 21:57:10 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | 838ba26fda23649545cc61a274e20076a2e27892 (patch) | |
tree | 92ce2fe260569cf37146f7c48332cb44571060f9 | |
parent | 4e2d5ae2027a19ab12d6d024cdf5125c3200a7a1 (diff) |
Rename files after store entry -> store object rename
-rw-r--r-- | doc/manual/src/SUMMARY.md.in | 4 | ||||
-rw-r--r-- | doc/manual/src/design/store/building.md | 2 | ||||
-rw-r--r-- | doc/manual/src/design/store/object-ca.md (renamed from doc/manual/src/design/store/entry-ca.md) | 0 | ||||
-rw-r--r-- | doc/manual/src/design/store/objects.md (renamed from doc/manual/src/design/store/entries.md) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/src/SUMMARY.md.in b/doc/manual/src/SUMMARY.md.in index 5c4cfc920..323a569d1 100644 --- a/doc/manual/src/SUMMARY.md.in +++ b/doc/manual/src/SUMMARY.md.in @@ -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) diff --git a/doc/manual/src/design/store/building.md b/doc/manual/src/design/store/building.md index f97b74952..f4f2649a3 100644 --- a/doc/manual/src/design/store/building.md +++ b/doc/manual/src/design/store/building.md @@ -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. diff --git a/doc/manual/src/design/store/entry-ca.md b/doc/manual/src/design/store/object-ca.md index 1333ed77b..1333ed77b 100644 --- a/doc/manual/src/design/store/entry-ca.md +++ b/doc/manual/src/design/store/object-ca.md diff --git a/doc/manual/src/design/store/entries.md b/doc/manual/src/design/store/objects.md index ddfefa166..ddfefa166 100644 --- a/doc/manual/src/design/store/entries.md +++ b/doc/manual/src/design/store/objects.md |