Nix Language: Learning resources

From NixOS Wiki
Revision as of 02:56, 3 August 2022 by imported>Toraritte (Fix typo in category name)
  • 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 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.