mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +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.
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue