mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-10 06:45:54 +08:00
reword
This commit is contained in:
parent
a8dfed1c5d
commit
f62d352ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ the focus is on writing a series of _steps_ (statements) to achieve a desired re
|
|||
By contrast, in a functional language the focus is on _defining_ the desired result.
|
||||
|
||||
In the case of Nix, the desired result is usually a _derivation_:
|
||||
a software package that has been built and is ready for use.
|
||||
a software package that has been built and make available for use.
|
||||
The Nix language has been designed for that purpose,
|
||||
and thus has some features you don't typically find in general-purpose languages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue