Nix language

Nix can be aptly described as JSON but with functions. While you can make Nix work with basic configurations, you need to know the details if you're creating packages.

You can actively play with the language by running nix repl. This is just a personal reference note, the recommended resource for learning the language is the beloved Nix pills.

What is it for?

Builtins

Imports

TODO Standard library

Backlinks