diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-27 11:54:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-27 12:08:25 +0100 |
commit | 5923102f7b58f0a0120926ec5b81ed48b26a188e (patch) | |
tree | 553181cf095a0f609dd67fc6bc6d2f14509ffe7d /doc/guix.texi | |
parent | ad3c9fbbb9fbc1080c9205d991960494ebe22586 (diff) | |
download | patches-5923102f7b58f0a0120926ec5b81ed48b26a188e.tar patches-5923102f7b58f0a0120926ec5b81ed48b26a188e.tar.gz |
pull: Add '--system'.
* guix/scripts/pull.scm (%options): Add '--system'.
(guix-pull): Honor it.
* doc/guix.texi (Invoking guix pull): Document it.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c182995b2b..20952e9a36 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2887,6 +2887,11 @@ Use @var{profile} instead of @file{~/.config/guix/current}. Show which channel commit(s) would be used and what would be built or substituted but do not actually do it. +@item --system=@var{system} +@itemx -s @var{system} +Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of +the system type of the build host. + @item --verbose Produce verbose output, writing build logs to the standard error output. |