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
2023-06-25 17:33:19 +02:00

19 lines
595 B
Markdown

(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 the Nix language, and use it to build portable, reproducible development environments.
```{toctree}
:maxdepth: 1
ad-hoc-shell-environments.md
reproducible-scripts.md
nix-language.md
towards-reproducibility-pinning-nixpkgs.md
declarative-and-reproducible-developer-environments.md
dev-environment.md
```