diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-07-16 23:55:44 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-07-17 00:00:27 +0200 |
commit | 701cbfd15d7077ad51326a636b0b48658da21cc6 (patch) | |
tree | 297031b0e91681643b768238e7f424044f20ef9d /doc | |
parent | a545090ce5e6b9da1f473f558dabda69f317e461 (diff) | |
download | guix-701cbfd15d7077ad51326a636b0b48658da21cc6.tar guix-701cbfd15d7077ad51326a636b0b48658da21cc6.tar.gz |
doc: Remove the documentation about Cuirass' load-path.
* doc/guix.texi (Continuous Integration): Remove the load-path field.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c759ccb119..84347d156b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17742,10 +17742,6 @@ Only evaluate specifications and build derivations once. 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. - @item @code{cuirass} (default: @code{cuirass}) The Cuirass package to use. @end table |