forked from lix-project/lix
Merge pull request #3308 from trusktr/patch-1
Add a link to official channels in the docs.
This commit is contained in:
commit
6f046fa39e
|
@ -37,6 +37,9 @@ channel is just a URL that points to a place containing a set of Nix
|
||||||
expressions. <phrase condition="manual">See also <xref
|
expressions. <phrase condition="manual">See also <xref
|
||||||
linkend="sec-channels" />.</phrase></para>
|
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:
|
<para>This command has the following operations:
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
|
@ -18,6 +18,9 @@ linkend="sec-nix-channel"><command>nix-channel</command></link> you
|
||||||
can automatically stay up to date with whatever is available at that
|
can automatically stay up to date with whatever is available at that
|
||||||
URL.</para>
|
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
|
<para>You can “subscribe” to a channel using
|
||||||
<command>nix-channel --add</command>, e.g.,
|
<command>nix-channel --add</command>, e.g.,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue