diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-07-28 23:23:43 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:48 +0200 |
commit | db6faf44a9befeaabbbd1bb025b3f5a7d743dd16 (patch) | |
tree | a4f9ab3e8d58e6a29ad3326d4e15db99ddea0135 /doc/manual/src/architecture | |
parent | 0228eb8ae76d048b16caffff9628aec347ff1485 (diff) |
clarify what store objects can be
the store of course makes a distinction, but that is not relevant here
Diffstat (limited to 'doc/manual/src/architecture')
-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 5ac512621..920d483d5 100644 --- a/doc/manual/src/architecture/store/store.md +++ b/doc/manual/src/architecture/store/store.md @@ -32,7 +32,7 @@ A store object can hold - arbitrary *data* - *references* to other store objects. -A Nix store makes no distinction if store objects are build inputs, build results, or build tasks. +Store objects can be build inputs, build results, or build tasks. Store objects are [immutable][immutable-object]: once created, they do not change until they are deleted. |