Nix Language: Learning resources

From NixOS Wiki
Revision as of 21:44, 9 August 2022 by Fricklerhandwerk (talk | contribs) (link to local copy of "nix by example")
Jump to: navigation, search
  • 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