guix: use github mirror for time-machine

Savannah is causing issues with CI
This commit is contained in:
tobtoht 2023-10-17 14:21:34 +02:00
parent bd40ec74d3
commit b2d2892219
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View 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 \