Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed minor typos in 04 #168

Merged
merged 2 commits into from Jan 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pills/04-basics-of-language.xml
Expand Up @@ -19,7 +19,7 @@
<link xlink:href="http://nixos.org/nix/manual/#chap-writing-nix-expressions">Nix language</link>
is used to write expressions that produce derivations. The
<link xlink:href="http://nixos.org/nix/manual/#sec-nix-build">nix-build</link>
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.
Expand Down Expand Up @@ -338,7 +338,7 @@
<title>Laziness</title>

<para>
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.
</para>

Expand Down