Apply suggestions from code review

Co-authored-by: Valentin Gagarin <valentin@fricklerhandwerk.de>
This commit is contained in:
John Ericson 2022-04-22 14:05:50 -04:00 committed by Valentin Gagarin
parent 51e6bed25e
commit 89a7c956ff

View file

@ -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*.