diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-07-13 10:59:09 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | bac86231add178e4def3e3fe0bc88ace83d86c21 (patch) | |
tree | 2455f0ede66ce7a6cfcb55e17c2e5a782f95d3f0 /doc | |
parent | 5a5a95696f4728010486ee01b375b861acc2fddd (diff) |
use "build plan" consistently
Diffstat (limited to 'doc')
-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 3d17074cc..d9fb2e7e5 100644 --- a/doc/manual/src/architecture/architecture.md +++ b/doc/manual/src/architecture/architecture.md @@ -36,7 +36,7 @@ The command line and Nix language are what users interact with most. ::: {.note} The Nix language itself does not have a notion of *packages* or *configurations*. -As far as we are concerned here, the inputs and results of a derivation are just data. +As far as we are concerned here, the inputs and results of a build plan are just data. ::: Underlying these is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them. |