diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-02-24 16:16:54 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-02-24 23:33:51 +0100 |
| commit | 59167a010bbfa61c0fa64b2aa37d5f2481dc7b27 (patch) | |
| tree | c95ff53478044d9555b1e896c33eb7c4ad029d16 | |
| parent | 61a9aa7fbe8291600710524c9dfbd0960fd580df (diff) | |
time-machine: Remove unused binding from #:select.
* guix/scripts/time-machine.scm: Remove unused binding from #:select.
Change-Id: I2e6ff09f02659a8967d10f98ad30d638808dbf1c
| -rw-r--r-- | guix/scripts/time-machine.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
