aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin@fricklerhandwerk.de>2022-04-28 23:18:03 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commit5f96a0b4e830bef59b5986c916727d07b244c22c (patch)
treeb969489e4beef111fc3d7024481bd41c3c6a1f67 /doc
parent070c85499b370bf886db1a87c04ed9c319bb6323 (diff)
associated operations are not collected
Co-authored-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/architecture/store/store.md2
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.