diff options
author | John Ericson <git@JohnEricson.me> | 2022-03-22 11:15:56 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | cdb0bf3b65172fd0e366d44f17392b4261c3d925 (patch) | |
tree | f06ffcda2691df731474b39a09423bc394173632 /doc/manual/src | |
parent | 75c5191a1f8cf70a11098e89ed33edc203f52dab (diff) |
Update doc/manual/src/design/overview.md
Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de>
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/design/overview.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/src/design/overview.md b/doc/manual/src/design/overview.md index bd3d935e6..2d3e9226b 100644 --- a/doc/manual/src/design/overview.md +++ b/doc/manual/src/design/overview.md @@ -5,7 +5,8 @@ Nix consists of layers that operate fairly independently. At the top is the *command line interface*, i.e. the argument parsing of the various Nix executables. Below that is the Nix *expression language*, in which packages and configurations are written. -These are the layers which users interact with most. + +The command line and expression language are what users interact with most. 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. |