Nix (language): Difference between revisions
imported>Mateusauler m Fix minor grammar mistake |
imported>Fricklerhandwerk update high-level overview and update links to official docs |
||
Line 1: | Line 1: | ||
{{Expansion|Incomplete (for now just converting the Incomplete category to this template/flag}} | {{Expansion|Incomplete (for now just converting the Incomplete category to this template/flag}} | ||
<blockquote>The Nix language is designed for conveniently creating and composing <i>derivations</i> – precise descriptions of how contents of existing files are used to derive new files. </blockquote> | |||
<cite>[https://nixos.org/manual/nix/stable/language/ Nix Reference Manual]</cite> | |||
This [[:Category:Pedias|pedia]] article covers the syntax, semantics, typing, compilation, tooling and libraries of the Nix Language. | |||
{{Note|Check the [https://nixos.org/manual/nix/stable/language/ Nix Reference Manual on the Nix Language] for up-to-date documentation and [https://nix.dev/tutorials/nix-language Nix language basics] for a gentle introduction.}} | |||
== Language Paradigms == | == Language Paradigms == |