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 /doc/manual/src/design/store/building.md | |
parent | 4e2d5ae2027a19ab12d6d024cdf5125c3200a7a1 (diff) |
Rename files after store entry -> store object rename
Diffstat (limited to 'doc/manual/src/design/store/building.md')
-rw-r--r-- | doc/manual/src/design/store/building.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |