From: tobtoht Date: Tue, 17 Oct 2023 12:21:34 +0000 (+0200) Subject: guix: use github mirror for time-machine X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=b2d289221940b9dd3eca3f7ad129b6079efd4841;p=gamesguru%2Ffeather.git guix: use github mirror for time-machine Savannah is causing issues with CI --- diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index 063f65ca..ece93b58 100644 --- a/contrib/guix/libexec/prelude.bash +++ b/contrib/guix/libexec/prelude.bash @@ -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 \