1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/tutorials/first-steps/index.md
Valentin Gagarin a1c683aabb
move shell.nix tutorial up (#879)
it doesn't make sense that we continue with reproducibility becuase we
haven't seen lookup paths yet.
2024-01-29 02:42:40 +01:00

540 B

(first-steps)=

First steps

This tutorial series is where you should start learning Nix.

In these lessons, you will use basic Nix commands to obtain almost any piece of software, create development environments on the fly, and learn how to make reproducible scripts. You will also learn reading the Nix language, and later use it to build portable, reproducible development environments.

:maxdepth: 1
ad-hoc-shell-environments.md
reproducible-scripts.md
declarative-shell.md
towards-reproducibility-pinning-nixpkgs.md