summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 4ba4b650de7..67c81ebe836 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4861,7 +4861,10 @@ among the user's @dfn{trusted channels}, defined as:
4861@itemize 4861@itemize
4862@item 4862@item
4863the channels returned by @file{~/.config/guix/trusted-channels.scm}, 4863the channels returned by @file{~/.config/guix/trusted-channels.scm},
4864which has the same format as any channel file; 4864which has the same format as any channel file (these channels
4865@emph{must} have an ``introduction'', @pxref{Channel Authentication};
4866channels are identified by their introduction and other fields are
4867ignored, including @code{url} and @code{name});
4865 4868
4866@item 4869@item
4867or, if the above file doesn't exist, the currently-used channels as 4870or, if the above file doesn't exist, the currently-used channels as