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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user