summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-12-17 13:47:38 +0100
committerLudovic Courtès <ludo@gnu.org>2025-12-19 00:05:43 +0100
commit55bf53fe92fac2b98e117b6f01fddd7db0285529 (patch)
tree2c3fc85ef6a037371c3b61dca8aea1c53fd4d2d8 /doc
parent7b9c30de1fba4ec190ca7fb6f2d85ddc802f7778 (diff)
monad-repl: Add "graft?" command.
Grafts are not always required when just exploring in the REPL, and they do take time, so this commit adds easy way to disable them. * guix/monad-repl.scm (build-graft): New meta command. * doc/guix.texi (Using Guix Interactively): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5171b3395f2..a2e2a8e5dfd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13265,6 +13265,11 @@ be a list of keywords with values accepted by procedure
13265@end example 13265@end example
13266@end deffn 13266@end deffn
13267 13267
13268@deffn {REPL command} graft? @var{graft?}
13269Set whether grafts should be performed as part of the build. Equivalent
13270to @code{--no-grafts} argument to @code{guix build}.
13271@end deffn
13272
13268@deffn {REPL command} lower @var{object} 13273@deffn {REPL command} lower @var{object}
13269Lower @var{object} into a derivation or store file name and return it. 13274Lower @var{object} into a derivation or store file name and return it.
13270@end deffn 13275@end deffn