aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2022-03-22 10:55:30 -0400
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:46 +0200
commita04340f9a1ce3c107b21a11395b4a2348fd19571 (patch)
tree7a6f1dd5f134afb8ccd0ac22b6e0fc8d4fd097ce /doc
parentf5386d7059ad2c63b32356082d1f6ecacfc1e93b (diff)
Update doc/manual/src/design/overview.md
Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/design/overview.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/src/design/overview.md b/doc/manual/src/design/overview.md
index 792cfefbf..7790e701e 100644
--- a/doc/manual/src/design/overview.md
+++ b/doc/manual/src/design/overview.md
@@ -7,7 +7,8 @@ At the top is the *command line interface*, i.e. the argument parsing of the var
Below that is the Nix *expression language*, in which packages and configurations are written.
These are the layers which users interact with most.
-Below that is the *store layer*, Nix's machinery for presenting and files and fully elaborated build plans, and also executing those build plans.
+Below that is the *store layer*, Nix' machinery to represent tracked files, dependencies, and fully elaborated build plans.
+It is also used for executing those build plans.
The store layer may not be as visible, but this is the heart of Nix.
This chapter describes Nix starting with that bottom store layer, then working its way up until it reaches the more user-facing interfaces described in the rest of the manual."