summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 73d616aa1b6..8f09adf9506 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16927,6 +16927,12 @@ guix lint @var{options} @var{package}@dots{}
16927@end example 16927@end example
16928 16928
16929If no package is given on the command line, then all packages are checked. 16929If no package is given on the command line, then all packages are checked.
16930To check packages in a particular manifest, use:
16931
16932@example
16933guix lint @var{options} --manifest=@var{file} @dots{}
16934@end example
16935
16930To check packages in particular source files, the syntax is: 16936To check packages in particular source files, the syntax is:
16931 16937
16932@example 16938@example
@@ -16961,6 +16967,10 @@ This is useful to unambiguously designate packages, as in this example:
16961guix lint -c archival -e '(@@ (gnu packages guile) guile-3.0)' 16967guix lint -c archival -e '(@@ (gnu packages guile) guile-3.0)'
16962@end example 16968@end example
16963 16969
16970@item --manifest=@var{file}
16971@itemx -m @var{file}
16972Run checkers on packages in manifest @var{file} (@pxref{Writing Manifests}).
16973
16964@item --no-network 16974@item --no-network
16965@itemx -n 16975@itemx -n
16966Only enable the checkers that do not depend on Internet access. 16976Only enable the checkers that do not depend on Internet access.