diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-06-14 21:19:57 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-15 13:00:38 +0900 |
| commit | fa8a9ba0bb424b824afc7ef860f132bf9943ebb0 (patch) | |
| tree | e07f627ba99b30e7450aae22857aedea14813bef /doc | |
| parent | dba3e997a439b8fbd45e8ee8bbed465f428e444f (diff) | |
monad-repl: Add `build-mode' argument to `build' command.
* guix/monad-repl.scm (build): Add `build-mode' argument.
(evaluate/print-with-store): Use it.
* doc/guix.texi (Using Guix Interactively): Document it.
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Modified-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 05eac9bda96..6bf2ca4f1ad 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -123,7 +123,7 @@ Copyright @copyright{} 2023 Foundation Devices, Inc.@* | |||
| 123 | Copyright @copyright{} 2023 Thomas Ieong@* | 123 | Copyright @copyright{} 2023 Thomas Ieong@* |
| 124 | Copyright @copyright{} 2023 Saku Laesvuori@* | 124 | Copyright @copyright{} 2023 Saku Laesvuori@* |
| 125 | Copyright @copyright{} 2023 Graham James Addis@* | 125 | Copyright @copyright{} 2023 Graham James Addis@* |
| 126 | Copyright @copyright{} 2023-2025 Tomas Volf@* | 126 | Copyright @copyright{} 2023-2026 Tomas Volf@* |
| 127 | Copyright @copyright{} 2024-2026 Herman Rimm@* | 127 | Copyright @copyright{} 2024-2026 Herman Rimm@* |
| 128 | Copyright @copyright{} 2024 Matthew Trzcinski@* | 128 | Copyright @copyright{} 2024 Matthew Trzcinski@* |
| 129 | Copyright @copyright{} 2024 Richard Sent@* | 129 | Copyright @copyright{} 2024 Richard Sent@* |
| @@ -13735,9 +13735,12 @@ $7 = "/gnu/store/@dots{}-x" | |||
| 13735 | The full list of REPL commands can be seen by typing @code{,help guix} | 13735 | The full list of REPL commands can be seen by typing @code{,help guix} |
| 13736 | and is given below for reference. | 13736 | and is given below for reference. |
| 13737 | 13737 | ||
| 13738 | @deffn {REPL command} build @var{object} | 13738 | @deffn {REPL command} build @var{object} [@var{build-mode}] |
| 13739 | Lower @var{object} and build it if it's not already built, returning its | 13739 | Lower @var{object} and build it if it's not already built, returning its |
| 13740 | output file name(s). | 13740 | output file name(s). |
| 13741 | |||
| 13742 | @var{build-mode} defaults to @code{normal}. Other valid build modes are | ||
| 13743 | @code{check} and @code{repair}. | ||
| 13741 | @end deffn | 13744 | @end deffn |
| 13742 | 13745 | ||
| 13743 | @deffn {REPL command} build-options @var{options} | 13746 | @deffn {REPL command} build-options @var{options} |
