mirror of
https://github.com/NixOS/nix
synced 2025-07-01 16:41:47 +02:00
Merge pull request #10307 from hercules-ci/doc-language-nix-dev
doc/language: Link to nix.dev introduction
This commit is contained in:
commit
513ba1977c
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
# Nix Language
|
# Nix Language
|
||||||
|
|
||||||
The Nix language is designed for conveniently creating and composing *derivations* – precise descriptions of how contents of existing files are used to derive new files.
|
The Nix language is designed for conveniently creating and composing *derivations* – precise descriptions of how contents of existing files are used to derive new files.
|
||||||
It is:
|
|
||||||
|
> **Tip**
|
||||||
|
>
|
||||||
|
> These pages are written as a reference.
|
||||||
|
> If you are learning Nix, nix.dev has a good [introduction to the Nix language](https://nix.dev/tutorials/nix-language).
|
||||||
|
|
||||||
|
The language is:
|
||||||
|
|
||||||
- *domain-specific*
|
- *domain-specific*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue