diff options
-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 96796f26c..624439f73 100644 --- a/doc/manual/src/architecture/store/store.md +++ b/doc/manual/src/architecture/store/store.md @@ -1,6 +1,6 @@ # Store -A Nix store is a collection of [store objects](objects.md) and associated operations. +A Nix store is a collection of [store objects](objects.md) with associated operations. These store objects can hold arbitrary data, and Nix makes no distinction if they are used as build inputs, build results, or build plans. |