summaryrefslogtreecommitdiff
path: root/guix/channels.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-01-31 21:48:26 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-31 21:49:58 +0100
commit246c0c60da7623fdf8956687a1c11299056d4b1a (patch)
tree666dfa3dedef4c5af3b7ad9e66054d57038d89de /guix/channels.scm
parent4ea5767d3a2a8037ab3c76eda0cf0b1f4b597d69 (diff)
downloadguix-patches-246c0c60da7623fdf8956687a1c11299056d4b1a.tar
guix-patches-246c0c60da7623fdf8956687a1c11299056d4b1a.tar.gz
ci: Add missing imports.
This is a followup to 041a9466ea23d6ae811491bcf529bf9487317b48. * guix/ci.scm: Add missing imports. * guix/channels.scm: Remove (guix ci) import.
Diffstat (limited to 'guix/channels.scm')
-rw-r--r--guix/channels.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index 9ab8cd8749..0c84eed477 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -20,7 +20,6 @@
(define-module (guix channels)
#:use-module (git)
- #:use-module (guix ci)
#:use-module (guix git)
#:use-module (guix git-authenticate)
#:use-module ((guix openpgp)