diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-12-31T02·52+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-12-31T02·52+0000 |
commit | e0ca6714911e34f86f6a644634ebaef86666e6dc (patch) | |
tree | 7b273bf88e0ea01ad31cd4847b43afd84ddb6755 /doc/manual/nix-channel.xml | |
parent | 6bdecfacbbebfaa4aa588941844713d2b31ae95c (diff) |
* More documentation.
Diffstat (limited to 'doc/manual/nix-channel.xml')
-rw-r--r-- | doc/manual/nix-channel.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/nix-channel.xml b/doc/manual/nix-channel.xml index 8ee4a5f2748b..14021067cb78 100644 --- a/doc/manual/nix-channel.xml +++ b/doc/manual/nix-channel.xml @@ -62,11 +62,11 @@ also <xref linkend="sec-channels" />.</para> <varlistentry><term><option>--update</option></term> <listitem><para>Downloads the Nix expressions of all subscribed - channels, makes the conjunction of these the default for - <command>nix-env</command> operations (by calling <command>nix-env - -I</command>), and performs a <command>nix-pull</command> on the - manifests of all channels to make pre-built binaries - available.</para></listitem> + channels, makes them the default for <command>nix-env</command> + operations (by symlinking them in the directory + <filename>~/.nix-defexpr</filename>), and performs a + <command>nix-pull</command> on the manifests of all channels to + make pre-built binaries available.</para></listitem> </varlistentry> |