mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Fix typos: s/the the/the/
This commit is contained in:
parent
17c71334e1
commit
e659978ced
4 changed files with 4 additions and 4 deletions
|
@ -416,7 +416,7 @@ $ nix-env --install gcc-3.3.2
|
|||
installing `gcc-3.3.2'
|
||||
uninstalling `gcc-3.1'</screen>
|
||||
|
||||
Note the the previously installed version is removed, since
|
||||
Note the previously installed version is removed, since
|
||||
<option>--preserve-installed</option> was not specified.</para>
|
||||
|
||||
<para>To install an arbitrary version:
|
||||
|
|
|
@ -197,7 +197,7 @@ collection</emphasis> (Nixpkgs).</para>
|
|||
<simplesect><title>Managing build environments</title>
|
||||
|
||||
<para>Nix is extremely useful for developers as it makes it easy to
|
||||
automatically set up the the build environment for a package. Given a
|
||||
automatically set up the build environment for a package. Given a
|
||||
Nix expression that describes the dependencies of your package, the
|
||||
command <command>nix-shell</command> will build or download those
|
||||
dependencies if they’re not already in your Nix store, and then start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue