From 1df5842ea381d89a578ef1101b73ec87c573c344 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sun, 3 Nov 2024 00:04:46 +0100 Subject: [PATCH] guix: bump time-machine to 639f79952e51a58b7fbca2a826dcc3df162300c1 --- 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 2527f91..255b068 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=7bf1d7aeaffba15c4f680f93ae88fbef25427252 \ + --commit=639f79952e51a58b7fbca2a826dcc3df162300c1 \ --cores="$JOBS" \ --keep-failed \ --fallback \