diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-05-11 09:37:28 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | 25926c5fc673264288b5d9f7f175178e5b1fdad4 (patch) | |
tree | 69a8d7aed74f5f82c7bd9ee03f4a65b98f2a0399 | |
parent | 0e63b9bf8872f3556ea8925cea0c639f329d7c6e (diff) |
Nix store does not underly literally everything
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
-rw-r--r-- | doc/manual/src/architecture/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/architecture.md b/doc/manual/src/architecture/architecture.md index ae977a7e1..fa992e563 100644 --- a/doc/manual/src/architecture/architecture.md +++ b/doc/manual/src/architecture/architecture.md @@ -37,6 +37,6 @@ In practice this amounts to a set of files in a file system. The command line and Nix language are what users interact with most. -Underlying everything is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them. +Underlying these is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them. It can also execute *build instructions*, captured in the build tasks, to produce new data. |