From 6daf30c240c228d786330c13fa7ee8f06a3a768d Mon Sep 17 00:00:00 2001 From: Zebreus Date: Sat, 23 Jan 2021 15:40:22 +0100 Subject: [PATCH 1/2] Fixed typo in 04 --- pills/04-basics-of-language.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/04-basics-of-language.xml b/pills/04-basics-of-language.xml index 5ea34c4..f799e7a 100644 --- a/pills/04-basics-of-language.xml +++ b/pills/04-basics-of-language.xml @@ -338,7 +338,7 @@ Laziness - Nix evaluates expression only when needed. This is a great feature when + Nix evaluates expressions only when needed. This is a great feature when working with packages. From 389c8e117b39b45f9a207b779d1352002cd298dc Mon Sep 17 00:00:00 2001 From: Zebreus Date: Sat, 23 Jan 2021 15:42:20 +0100 Subject: [PATCH 2/2] Fixed typo in 04 --- pills/04-basics-of-language.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/04-basics-of-language.xml b/pills/04-basics-of-language.xml index f799e7a..32755bd 100644 --- a/pills/04-basics-of-language.xml +++ b/pills/04-basics-of-language.xml @@ -19,7 +19,7 @@ Nix language is used to write expressions that produce derivations. The nix-build - tool is used to build a derivations from an expression. Even as a system administrator that + tool is used to build derivations from an expression. Even as a system administrator that wants to customize the installation, it's necessary to master Nix. Using Nix for your jobs means you get the features we saw in the previous articles for free.