summaryrefslogtreecommitdiff
path: root/.config/guix
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-06-11 00:55:16 -0600
committerbd <bdunahu@operationnull.com>2024-06-11 00:55:16 -0600
commit9147f583e65c4a175bf48cadafd6195dd4fbd9fc (patch)
tree6d00a5c31727dca3648738e3013dbd89fbf8e0eb /.config/guix
parentd3c70b6e7c06de2e06c12c22eda6aa7b1c156b65 (diff)
Remove unused channels
Diffstat (limited to '.config/guix')
-rw-r--r--.config/guix/channels.scm11
1 files changed, 1 insertions, 10 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
index 3276ada..16b4f9b 100644
--- a/.config/guix/channels.scm
+++ b/.config/guix/channels.scm
@@ -1,11 +1,2 @@
;; Add variant packages to those Guix provides.
-(cons (channel
- (name 'variant-packages)
- (url "https://github.com/engstrand-config/home-service-dwl-guile")
- (branch "main")
- (introduction
- (make-channel-introduction
- "314453a87634d67e914cfdf51d357638902dd9fe"
- (openpgp-fingerprint
- "C9BE B8A0 4458 FDDF 1268 1B39 029D 8EB7 7E18 D68C"))))
- %default-channels)
+(cons %default-channels)