Nix Language: Learning resources: Difference between revisions
imported>Fricklerhandwerk remove nix-snippets, it's a stub and appears unmaintained |
imported>Fricklerhandwerk link to local copy of "nix by example" |
||
Line 3: | Line 3: | ||
* [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 | ||
* [ | * [[Nix by example]] is a step-by-step tutorial. | ||
* Nix Pills [https://nixos.org/guides/nix-pills/basics-of-language.html Chapter 4] and [https://nixos.org/guides/nix-pills/functions-and-imports.html Chapter 5] discuss key language features | * Nix Pills [https://nixos.org/guides/nix-pills/basics-of-language.html Chapter 4] and [https://nixos.org/guides/nix-pills/functions-and-imports.html Chapter 5] discuss key language features |
Revision as of 21:44, 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.