File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
215
215
# across time.
216
216
time-machine () {
217
217
# shellcheck disable=SC2086
218
- guix time-machine --url=https://github.com/dongcarl /guix.git \
219
- --commit=490e39ff303f4f6873a04bfb8253755bdae1b29c \
218
+ guix time-machine --url=https://git.savannah.gnu.org/git /guix.git \
219
+ --commit=aa34d4d28dfe25ba47d5800d05000fb7221788c0 \
220
220
--cores=" $JOBS " \
221
221
--keep-failed \
222
222
--fallback \
Original file line number Diff line number Diff line change @@ -226,14 +226,14 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
226
226
# across time.
227
227
time-machine () {
228
228
# shellcheck disable=SC2086
229
- guix time-machine --url=https://github.com/dongcarl /guix.git \
230
- --commit=490e39ff303f4f6873a04bfb8253755bdae1b29c \
231
- --cores=" $JOBS " \
232
- --keep-failed \
233
- --fallback \
234
- ${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
235
- ${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_TIMEMACHINE_FLAGS} \
236
- -- " $@ "
229
+ guix time-machine --url=https://git.savannah.gnu.org/git /guix.git \
230
+ --commit=aa34d4d28dfe25ba47d5800d05000fb7221788c0 \
231
+ --cores=" $JOBS " \
232
+ --keep-failed \
233
+ --fallback \
234
+ ${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
235
+ ${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_TIMEMACHINE_FLAGS} \
236
+ -- " $@ "
237
237
}
238
238
239
239
# Make sure an output directory exists for our builds
You can’t perform that action at this time.
0 commit comments