clarify subject of sentence

Co-authored-by: Bryan Honof <bryan.honof@tweag.io>
This commit is contained in:
Valentin Gagarin 2022-09-23 14:49:47 +02:00
parent b5728ace5d
commit 98447c1a7f

View file

@ -42,7 +42,7 @@ The command line interface and the Nix language are what users interact with mos
> 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 build plan are just data.
Underlying these is the [Nix store](../glossary.md#gloss-store), a mechanism to keep track of build plans, data, and references between them.
Underlying the command line interface and the Nix language is the [Nix store](../glossary.md#gloss-store), a mechanism to keep track of build plans, data, and references between them.
It can also execute build plans to produce new data.
A build plan is a series of *build tasks*.