diff options
Diffstat (limited to 'build-aux/hydra/guix.scm')
-rw-r--r-- | build-aux/hydra/guix.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm index f2107479e0..29a19c62e5 100644 --- a/build-aux/hydra/guix.scm +++ b/build-aux/hydra/guix.scm @@ -75,8 +75,7 @@ containing a Git checkout of Guix." ;; Comment out `git' invocations, since Hydra provides ;; us with a checkout that includes sub-modules. (substitute* "bootstrap" - (("git submodule init") - "true\n"))) + (("git ") "true git "))) ,p))))))) (define (hydra-jobs store arguments) |