Jump to content

Nix (language): Difference between revisions

From NixOS Wiki
imported>Mic92
No edit summary
imported>Mic92
Line 5: Line 5:
== Learning the Nix language ==
== Learning the Nix language ==


The [manual https://nixos.org/nix/manual/#ch-expression-language] provides a reference of the Nix language.
The [https://nixos.org/nix/manual/#ch-expression-language manual] provides a reference of the Nix language.


[Nix By Example https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55] is a step-by-step tutorial.
[https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55 Nix By Example] is a step-by-step tutorial.


[[Category:Discussion]]
[[Category:Discussion]]
[[Category:Nix Language]]
[[Category:Nix Language]]
[[Category:Incomplete]]
[[Category:Incomplete]]

Revision as of 17:57, 29 August 2017

⚠︎
Warning: {{{1}}}

This discussion article covers the syntax, semantics, typing, compilation, tooling and libraries of the Nix Expression Language.

Learning the Nix language

The manual provides a reference of the Nix language.

Nix By Example is a step-by-step tutorial.