diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-09T17·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-09T17·16+0000 |
commit | fb45b0f5482546b98c984fb9fa753332ba84f72d (patch) | |
tree | d0151e1eaa0c076ff415f2bbfb349702d191fd91 /doc/manual/package-management.xml | |
parent | c702dfca3f5a437866faf190ce7b0869fd1058cb (diff) |
* Document nix-channel.
Diffstat (limited to 'doc/manual/package-management.xml')
-rw-r--r-- | doc/manual/package-management.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/manual/package-management.xml b/doc/manual/package-management.xml index b827ae75b6c5..450353337e5a 100644 --- a/doc/manual/package-management.xml +++ b/doc/manual/package-management.xml @@ -408,7 +408,7 @@ followed to prevent infinite recursion.</para> </sect1> -<sect1><title>Channels</title> +<sect1 id="sec-channels"><title>Channels</title> <para>If you want to stay up to date with a set of packages, it’s not very convenient to manually download the latest set of Nix expressions @@ -418,9 +418,10 @@ pre-built binaries (if available), and upgrade using <emphasis>Nix channels</emphasis>.</para> <para>A Nix channel is just a URL that points to a place that contains -a set of Nix expressions and a manifest. Using the command -<command>nix-channel</command> you can automatically stay up to date -with whatever is available at that URL.</para> +a set of Nix expressions and a manifest. Using the command <link +linkend="sec-nix-channel"><command>nix-channel</command></link> you +can automatically stay up to date with whatever is available at that +URL.</para> <para>You can <quote>subscribe</quote> to a channel using <command>nix-channel --add</command>, e.g., |