1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

time-machine: Remove unused binding from #:select.

* guix/scripts/time-machine.scm: Remove unused binding from #:select.

Change-Id: I2e6ff09f02659a8967d10f98ad30d638808dbf1c
This commit is contained in:
Ludovic Courtès
2025-02-24 16:16:54 +01:00
parent 61a9aa7fbe
commit 59167a010b

View File

@@ -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)