1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

reword introduction to first steps tutorials

this more closely matches the current contents
This commit is contained in:
Valentin Gagarin 2023-05-12 07:37:39 +02:00
parent ac5b6c2a41
commit 43b2887c3e

View file

@ -1,6 +1,9 @@
# First Steps
This tutorial series is where you should start learning Nix. In this series you'll learn to reproducibly build packages and create portable, reproducible development environments. You'll also learn the Nix expression language, which you'll use to declaratively construct your packages and development environments.
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