From: tobtoht Date: Thu, 4 Jan 2024 16:05:08 +0000 (+0100) Subject: guix: use fanquake's github mirror X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=aecefc089fa54f0ec99d4d2becf203b1a83eb4c6;p=gamesguru%2Ffeather.git guix: use fanquake's github mirror savannah is still unreliable --- diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index 0e546552..76026607 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/fanquake/guix.git \ --commit=77386bdbfe6b0c649c05ab37f08051d1ab3e5074 \ --cores="$JOBS" \ --keep-failed \