mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
guix: use github mirror for time-machine
Savannah is causing issues with CI
This commit is contained in:
parent
bd40ec74d3
commit
b2d2892219
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ fi
|
||||||
# across time.
|
# across time.
|
||||||
time-machine() {
|
time-machine() {
|
||||||
# shellcheck disable=SC2086
|
# 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 \
|
--commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
|
||||||
--cores="$JOBS" \
|
--cores="$JOBS" \
|
||||||
--keep-failed \
|
--keep-failed \
|
||||||
|
|
Loading…
Reference in a new issue