mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
61a9aa7fbe
commit
59167a010b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue