Nix By Examples
Basics
setup
hello world
The Nix Language
REPL
let ... in ...
functions
Flakes
packaging 101
flake-utils
devshells
overlays
Nix is a package manager that allows you to setup a dev environment, as well as a build environment, for reproducible builds.
Nix != NixOS.