Nix Language: Learning resources: Difference between revisions
imported>Fricklerhandwerk add nix-1p |
imported>Fricklerhandwerk remove nix-snippets, it's a stub and appears unmaintained |
||
Line 2: | Line 2: | ||
* [https://github.com/tazjin/nix-1p Nix - A One Pager] provides a brief overview of language constructs | * [https://github.com/tazjin/nix-1p Nix - A One Pager] provides a brief overview of language constructs | ||
* [https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55 Nix By Example] is a step-by-step tutorial. | * [https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55 Nix By Example] is a step-by-step tutorial. |
Revision as of 19:35, 9 August 2022
- The Nix manual provides a reference of the language. All language constructs you may use are defined there, together with code snippets.
- Nix - A One Pager provides a brief overview of language constructs
- Nix By Example is a step-by-step tutorial.
- The Nix Tour is an interactive tour that uses the actual package manager to learn you the language by example, in the browser.
- Scrive Nix Workshop is a book with a bunch of examples on how the language works.
- Learn X in Y minutes is quick reference for Nix syntax, types, operations, etc.