From e2138d475584abbdf7f144cbc4f2424aa69abb66 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 18 Dec 2024 02:51:28 +0100 Subject: [PATCH] guix: bump time-machine to 6c86ae62a0ea12e49eddaa3b541340d1ec8e56a2 --- 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 255b068..f6bdfef 100644 --- a/contrib/guix/libexec/prelude.bash +++ b/contrib/guix/libexec/prelude.bash @@ -51,7 +51,7 @@ fi time-machine() { # shellcheck disable=SC2086 guix time-machine --url=https://github.com/tobtoht/guix.git \ - --commit=639f79952e51a58b7fbca2a826dcc3df162300c1 \ + --commit=6c86ae62a0ea12e49eddaa3b541340d1ec8e56a2 \ --cores="$JOBS" \ --keep-failed \ --fallback \