Nix Language: Learning resources: Difference between revisions

From NixOS Wiki
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


* [https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55 Nix By Example] is a step-by-step tutorial.
* [[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.
  • The Nix Tour is an interactive tour that uses the actual package manager to learn you the language by example, in the browser.

Relevant pages