From 479eba3b1bb9b8b28673077c2fb67d0362058999 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 5 Jan 2024 15:22:41 +0100 Subject: [PATCH] guix: use my own guix mirror --- contrib/guix/libexec/prelude.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index 76026607..4adbbd6c 100644 --- a/contrib/guix/libexec/prelude.bash +++ b/contrib/guix/libexec/prelude.bash @@ -50,7 +50,7 @@ fi # across time. time-machine() { # shellcheck disable=SC2086 - guix time-machine --url=https://github.com/fanquake/guix.git \ + guix time-machine --url=https://github.com/tobtoht/guix.git \ --commit=77386bdbfe6b0c649c05ab37f08051d1ab3e5074 \ --cores="$JOBS" \ --keep-failed \ -- 2.52.0