diff options
author | John Ericson <git@JohnEricson.me> | 2022-04-22 14:05:50 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | 89a7c956ffadbc9c17849051f3c91a1225dcfce2 (patch) | |
tree | 09e6fc4b4356d09753ab6227b38e2e00db627a0c /doc/manual/src | |
parent | 51e6bed25e073afac5a7b5e11033769a615d0473 (diff) |
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de>
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/design/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/design/overview.md b/doc/manual/src/design/overview.md index 0cead62ab..15ddb562d 100644 --- a/doc/manual/src/design/overview.md +++ b/doc/manual/src/design/overview.md @@ -5,7 +5,7 @@ Nix consists of layers that operate fairly independently. At the top is the *command line interface*, translating from invocations of Nix executables to interactions with the underlying layers. Below that is the *Nix language*, a [purely functional programming](https://en.m.wikipedia.org/wiki/Purely_functional_programming) language. -It is used to compose expressions which ultimately evaluate to self-contained *build plans*, used to derive *build results* from referenced *build inputs*. +It is used to compose expressions which ultimately evaluate to self-contained *build steps*, used to derive *build results* from referenced *build inputs*. ::: {.note} The Nix language itself does not have a notion of *packages* or *configurations*. |