Nix By Examples
Basics
setup
hello world
The Nix Language
REPL
let ... in ...
functions
Flakes
packaging 101
flake-utils
devshells
overlays
functions
repl
...
nix-repl> let add = a: b: a + b; in add 1 2 3
next:
packaging 101