diff --git a/guix/cache.scm b/guix/cache.scm index 8b12312c77..5d8a0edbaa 100644 --- a/guix/cache.scm +++ b/guix/cache.scm @@ -18,7 +18,6 @@ ;;; along with GNU Guix. If not, see . (define-module (guix cache) - #:use-module ((guix utils) #:select (with-atomic-file-output)) #:autoload (guix build syscalls) (lock-file unlock-file) #:use-module (srfi srfi-19) #:use-module (srfi srfi-26)