Nix Language: Learning resources: Difference between revisions
imported>Toraritte m Fix typo in category name |
imported>Toraritte m Add relevant pages |
||
Line 12: | Line 12: | ||
* [https://learnxinyminutes.com/docs/nix/ Learn X in Y minutes] is quick reference for Nix syntax, types, operations, etc. | * [https://learnxinyminutes.com/docs/nix/ Learn X in Y minutes] is quick reference for Nix syntax, types, operations, etc. | ||
== Relevant pages == | |||
* [[Overview of the Nix Expression Language]] | |||
* [[Editor Modes for Nix Files]] | |||
* [[Nix Expression Language: Tips & Tricks]] | |||
[[Category:Nix Expression Language]] | [[Category:Nix Expression Language]] | ||
[[Category:Guide]] | [[Category:Guide]] |
Revision as of 03:23, 3 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-snippets may be a good fit if you prefer learning the language in small chunks. It is a beginner-focused community resource for learning the Nix expression language while having fun!
- Nix By Example is a step-by-step tutorial.
- Nix Pills will provide a lot of insight into the language and functional package management in general.
- 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.