Merge pull request #1509 from psgreco/master-fixguix

Guix: fix codeberg link
This commit is contained in:
Byron Hambly 2025-11-12 16:40:34 +02:00 committed by GitHub
commit 72b7c4646b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f
# across time.
time-machine() {
# shellcheck disable=SC2086
guix time-machine --url=https://codeberg.org/guix.git \
guix time-machine --url=https://codeberg.org/guix/guix.git \
--commit=ae03f401381e956c4c41b4cf495cbde964fa43d0 \
--cores="$JOBS" \
--keep-failed \

View file

@ -226,7 +226,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f
# across time.
time-machine() {
# shellcheck disable=SC2086
guix time-machine --url=https://codeberg.org/guix.git \
guix time-machine --url=https://codeberg.org/guix/guix.git \
--commit=ae03f401381e956c4c41b4cf495cbde964fa43d0 \
--cores="$JOBS" \
--keep-failed \