summaryrefslogtreecommitdiffstats
path: root/.config/guix/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/guix/channels.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
deleted file mode 100644
index f9cc0d6..0000000
--- a/.config/guix/channels.scm
+++ /dev/null
@@ -1,12 +0,0 @@
-(list (channel
- (name 'guix) ; https://git.savannah.gnu.org/git/guix.git
- (url "file:///home/bandali/src/guix")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
- ;;(channel
- ;; (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali
- ;; (url "file:///home/bandali/src/git/guix-bandali")))
- )