From 59167a010bbfa61c0fa64b2aa37d5f2481dc7b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 24 Feb 2025 16:16:54 +0100 Subject: [PATCH] time-machine: Remove unused binding from #:select. * guix/scripts/time-machine.scm: Remove unused binding from #:select. Change-Id: I2e6ff09f02659a8967d10f98ad30d638808dbf1c --- guix/scripts/time-machine.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/time-machine.scm b/guix/scripts/time-machine.scm index 0fd2d15eb5e..2ec827c0791 100644 --- a/guix/scripts/time-machine.scm +++ b/guix/scripts/time-machine.scm @@ -28,7 +28,7 @@ #:use-module (guix store) #:use-module (guix status) #:use-module ((guix git) - #:select (update-cached-checkout with-git-error-handling)) + #:select (with-git-error-handling)) #:use-module ((guix utils) #:select (%current-system)) #:use-module ((guix scripts pull)