1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Fixed typo

This commit is contained in:
exyi 2018-10-20 18:54:12 +00:00
parent 10b509ab15
commit 244a654359
No known key found for this signature in database
GPG key ID: DEDDF275FAB0910F
2 changed files with 2 additions and 2 deletions

View file

@ -160,7 +160,7 @@
<orderedlist>
<listitem>
<para>
The output paths (they can be multiple ones). By default nix creates one
The output paths (there can be multiple ones). By default nix creates one
out path called "out".
</para>
</listitem>

View file

@ -62,7 +62,7 @@
You can list that directory and realize it's simply a checkout of the nixpkgs repository at a specific commit (hint: <literal>.version-suffix</literal>).
</para>
<para>
The <varname>NIX_PATH</varname> variable is exported by <filename>nix.sh</filename>, and that's the reason why I always asked you to <link xlink:href="http://nixos.org/nix/manual/#idm47361539530016">source nix.s</link> at the beginning of my posts.
The <varname>NIX_PATH</varname> variable is exported by <filename>nix.sh</filename>, and that's the reason why I always asked you to <link xlink:href="http://nixos.org/nix/manual/#idm47361539530016">source nix.sh</link> at the beginning of my posts.
</para>
<para>
You may wonder: then I can also specify a different <link xlink:href="https://github.com/NixOS/nixpkgs">nixpkgs</link> path to, e.g., a <command>git checkout</command> of <literal>nixpkgs</literal>? Yes, you can and I encourage doing that. We'll talk about this in the next pill.