diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-04-28 23:18:03 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | 5f96a0b4e830bef59b5986c916727d07b244c22c (patch) | |
tree | b969489e4beef111fc3d7024481bd41c3c6a1f67 | |
parent | 070c85499b370bf886db1a87c04ed9c319bb6323 (diff) |
associated operations are not collected
Co-authored-by: John Ericson <git@JohnEricson.me>
-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. |