1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

clarify scope

This commit is contained in:
Valentin Gagarin 2022-08-01 18:13:57 +02:00
parent 637cef7e10
commit 8e332a4a4e

View file

@ -9,7 +9,7 @@ Yet, the language has only few basic constructs which can be combined arbitraril
This guide should enable you to read typical Nix language code and understand its structure.
It shows the most common patterns in the Nix language:
It shows the most common and distingushing patterns in the Nix language:
- assigning names
- declaring and calling functions
@ -17,6 +17,9 @@ It shows the most common patterns in the Nix language:
- using built-in functions and the standard library
- declaring build inputs and build outputs
It *does not* explain all Nix language features in detail.
See the [Nix manual][manual-language] for a full language reference.
## What do you need?
- Familiarity with other programming languages