diff --git a/pills/04-basics-of-language.xml b/pills/04-basics-of-language.xml index 5ea34c4..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. @@ -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.