]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
guix: use github mirror for time-machine
authortobtoht <tob@featherwallet.org>
Tue, 17 Oct 2023 12:21:34 +0000 (14:21 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 17 Oct 2023 12:21:41 +0000 (14:21 +0200)
Savannah is causing issues with CI

contrib/guix/libexec/prelude.bash

index 063f65ca85e82a1e77c8aa5fb5aa1e03a8769d40..ece93b58da115d3be9a056313bc6a2ec040a5629 100644 (file)
@@ -50,7 +50,7 @@ fi
 # across time.
 time-machine() {
     # shellcheck disable=SC2086
-    guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
+    guix time-machine --url=https://github.com/guix-mirror/guix.git \
                       --commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
                       --cores="$JOBS" \
                       --keep-failed \