From db6faf44a9befeaabbbd1bb025b3f5a7d743dd16 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 28 Jul 2022 23:23:43 +0200 Subject: [PATCH] clarify what store objects can be the store of course makes a distinction, but that is not relevant here --- doc/manual/src/architecture/store/store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.