diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-06-02 23:29:32 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | 195aa28ff73ee21bfe2d398e570bf458f07f6757 (patch) | |
tree | bdd87d3c6a87440e41ed7f726c6185251d9ad986 /doc/manual/src/architecture/store/store.md | |
parent | 80de4a4804bf16fe3266618cb79ad486dc6659ae (diff) |
references are added according to build task
at this level of abstraction we do not really care about build instructions or what they are, and also build instructions including their arguments really amount to the build task.
Diffstat (limited to 'doc/manual/src/architecture/store/store.md')
-rw-r--r-- | doc/manual/src/architecture/store/store.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md index 33777dc0d..aff41d511 100644 --- a/doc/manual/src/architecture/store/store.md +++ b/doc/manual/src/architecture/store/store.md @@ -79,7 +79,7 @@ Adding, building, copying and deleting store objects must be done in a way that - Build results must only refer to store objects in the closure of the build inputs. - Building a store object will add appropriate references, according to provided build instructions. + Building a store object will add appropriate references, according to the build task. These references can only come from declared build inputs. - Store objects being copied must refer to objects already in the destination store. |