aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoe Pea <joe@trusktr.io>2020-01-09 14:15:19 -0800
committerGitHub <noreply@github.com>2020-01-09 14:15:19 -0800
commit7ccfa7ca4f85d71fdd9e0fa1cb537989ec6095f2 (patch)
tree6817f455dbfb780432c9eafcd4c1ee28d3bfaa9d /doc
parent04bbfa692f4ac506a74ae372eca486bd9b56de77 (diff)
Add a link to official channels in the Channels chapter.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/packages/channels.xml3
1 files changed, 3 insertions, 0 deletions
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.,