From 43b2887c3e55732318226b4bdc1499308dc05cf4 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Fri, 12 May 2023 07:37:39 +0200 Subject: [PATCH] reword introduction to first steps tutorials this more closely matches the current contents --- source/tutorials/first-steps/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/tutorials/first-steps/index.md b/source/tutorials/first-steps/index.md index 6d268a1..91bcf3f 100644 --- a/source/tutorials/first-steps/index.md +++ b/source/tutorials/first-steps/index.md @@ -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 -``` \ No newline at end of file +```