ci: guix: use mirror

This commit is contained in:
tobtoht
2026-05-22 22:01:05 +02:00
parent c7541ec6b8
commit 9f5abcb3eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ fi
# - Check how the update affects our build graph and which packages have been updated.
time-machine() {
# shellcheck disable=SC2086
guix time-machine --url=https://codeberg.org/guix/guix.git \
guix time-machine --url=${GUIX_REPO:-https://codeberg.org/guix/guix.git} \
--commit=4a507aa8c0a579d150267d81ab4013189a7ec505 \
--cores="$JOBS" \
--keep-failed \