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

Update source/tutorials/nix-language.md

Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
Valentin Gagarin 2022-09-14 23:50:52 +02:00
parent 1fcaaea3b0
commit aaea5b42c0

View file

@ -83,7 +83,6 @@ We recommend running all examples and playing with them to validate your assumpt
### How to run the examples?
- Every valid piece of Nix language code is a *Nix expression*.
- Nix expressions can contain other Nix expressions, that is, they can be nested.
- Evaluating a Nix expression produces a *Nix value*.
- The content of every *Nix file* (file extension `.nix`) is a Nix expression.