aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-07-13 11:34:26 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2017-07-21 21:46:47 +0200
commitc800fd564b9dc37f1fb95fa5f49230b4865f0541 (patch)
tree9116f9b39a57150ea6c1991a6a3aea5da10b0af6 /doc
parent3c14378381fc1f187a07b2f958eeed1958f02672 (diff)
downloadguix-c800fd564b9dc37f1fb95fa5f49230b4865f0541.tar
guix-c800fd564b9dc37f1fb95fa5f49230b4865f0541.tar.gz
services: cuirass: Add fallback parameter.
* gnu/services/cuirass.scm (<cuirass-configuration>)[fallback?]: New field. (cuirass-shepherd-service): Take it into account. * doc/guix.texi (Continuous Integration): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 875c1ffa26..dfa1e22fcc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14773,6 +14773,10 @@ from source.
@item @code{one-shot?} (default: @code{#f})
Only evaluate specifications and build derivations once.
+@item @code{fallback?} (default: @code{#f})
+When substituting a pre-built binary fails, fall back to building
+packages locally.
+
@item @code{load-path} (default: @code{'()})
This allows users to define their own packages and make them visible to
cuirass as in @command{guix build} command.