diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-01-30 13:59:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-02-02 09:04:40 +0100 |
commit | eb122280a0b79d82ba0d59ac63dfb05cee37812f (patch) | |
tree | 5480929df1346550649b88ce1a2947965b2ee2ab /doc | |
parent | 7a9ca44a9c83343ae76733065a66e6cbea85631a (diff) | |
download | patches-eb122280a0b79d82ba0d59ac63dfb05cee37812f.tar patches-eb122280a0b79d82ba0d59ac63dfb05cee37812f.tar.gz |
services: cuirass: Add load-path to cuirass configuration
* gnu/services/cuirass.scm (<cuirass-configuration>): Add load-path field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 47456f3cd1..6acde6621b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13146,6 +13146,10 @@ from source. @item @code{one-shot?} (default: @code{#f}) Only evaluate specifications and build derivations once. +@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. + @item @code{cuirass} (default: @code{cuirass}) The Cuirass package to use. @end table |