From de5dea45f7443dd14068e6289e8844816f445c35 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Wed, 13 Jul 2022 09:37:16 +0100 Subject: [PATCH] use correct Nix entity Nix itself does care a lot about what type of store object you have. --- 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 e1d983d99..5ac512621 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. -Nix makes no distinction if store objects are build inputs, build results, or build tasks. +A Nix store makes no distinction if store objects are build inputs, build results, or build tasks. Store objects are [immutable][immutable-object]: once created, they do not change until they are deleted.