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

Merge pull request #552 from fricklerhandwerk/tutorials-overview

reword introduction to first steps tutorials
This commit is contained in:
Valentin Gagarin 2023-05-12 07:42:08 +02:00 committed by GitHub
commit 790309d6a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
@ -10,4 +13,4 @@ nix-language.md
towards-reproducibility-pinning-nixpkgs.md
declarative-and-reproducible-developer-environments.md
dev-environment.md
```
```