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 229682d445 use a text-only configuration for the VM tutorial
with the right flags it can be started in the current terminal.
when the VM stops, it's ungarbled with `reset`.
2024-02-08 14:57:26 +01:00

17 lines
573 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 reading the Nix language, and later use it to build portable, reproducible development environments.
```{toctree}
:maxdepth: 1
ad-hoc-shell-environments.md
reproducible-scripts.md
Declarative shell environments <declarative-shell.md>
towards-reproducibility-pinning-nixpkgs.md
```