aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-01-10 01:03:41 +0100
committerGitHub <noreply@github.com>2020-01-10 01:03:41 +0100
commit6f046fa39ee941c48515cb2e4d1cbb0a962cfed7 (patch)
tree10fa3a1d907feaa0caac44a7ef4773faf36d4fda
parent72a50756bb78508cbaa49e6587d56e4c298fdef2 (diff)
parent3895e7879456218acb82774670273305a6b3f08c (diff)
Merge pull request #3308 from trusktr/patch-1
Add a link to official channels in the docs.
-rw-r--r--doc/manual/command-ref/nix-channel.xml3
-rw-r--r--doc/manual/packages/channels.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/command-ref/nix-channel.xml b/doc/manual/command-ref/nix-channel.xml
index 9fea59167..ebcf56aff 100644
--- a/doc/manual/command-ref/nix-channel.xml
+++ b/doc/manual/command-ref/nix-channel.xml
@@ -36,6 +36,9 @@ stay up-to-date with a set of pre-built Nix expressions. A Nix
channel is just a URL that points to a place containing a set of Nix
expressions. <phrase condition="manual">See also <xref
linkend="sec-channels" />.</phrase></para>
+
+<para>To see the list of official NixOS channels, visit <link
+xlink:href="https://nixos.org/channels" />.</para>
<para>This command has the following operations:
diff --git a/doc/manual/packages/channels.xml b/doc/manual/packages/channels.xml
index 15c119fcb..1ed2bba52 100644
--- a/doc/manual/packages/channels.xml
+++ b/doc/manual/packages/channels.xml
@@ -17,6 +17,9 @@ 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>To see the list of official NixOS channels, visit <link
+xlink:href="https://nixos.org/channels" />.</para>
<para>You can “subscribe” to a channel using
<command>nix-channel --add</command>, e.g.,