diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-18 21:53:39 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | 4e2d5ae2027a19ab12d6d024cdf5125c3200a7a1 (patch) | |
tree | 43b1c86eeaf648244bda9bb1c2112f99dc897108 /doc/manual/src/design/store/building.md | |
parent | e308602fdfabf0ff1f0cd95baf1d90ba54a02281 (diff) |
doc: Store entry -> store object
This matches the terminology in Eelco's thesis.
Diffstat (limited to 'doc/manual/src/design/store/building.md')
-rw-r--r-- | doc/manual/src/design/store/building.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/design/store/building.md b/doc/manual/src/design/store/building.md index 5adccbc0b..f97b74952 100644 --- a/doc/manual/src/design/store/building.md +++ b/doc/manual/src/design/store/building.md @@ -2,10 +2,10 @@ ## Scanning for references -Before in the section on [store entries](../entries.md), we talked abstractly about scanning for references. +Before in the section on [store objects](../entries.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 entries. +After the derivation's command is run, Nix needs to process the "raw" output directories to turn them into legit store objects. There is a few steps of this, but let's start with the simple case of one input-addressed output first. \[Overview of things that need to happen.] |