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

reorder first sentences

This commit is contained in:
Valentin Gagarin 2022-08-18 15:39:39 +02:00
parent 92e6e2341e
commit 41250bb231

View file

@ -2,8 +2,8 @@
# Nix language basics
The Nix language is a domain-specific, purely functional, lazily evaluated, dynamically typed programming language.
It is used to declare packages and configurations for the [Nix package manager][nix-manual].
The Nix language is used to declare packages and configurations for the [Nix package manager][nix-manual].
It is a domain-specific, purely functional, lazily evaluated, dynamically typed programming language.
The purpose of Nix language is to define structured data.
It supports functions, for conveniently producing more complex data, and assigning names, for manipulating complex data as units.