From b2d289221940b9dd3eca3f7ad129b6079efd4841 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 17 Oct 2023 14:21:34 +0200 Subject: [PATCH] guix: use github mirror for time-machine Savannah is causing issues with CI --- contrib/guix/libexec/prelude.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.52.0