summaryrefslogtreecommitdiffstats
path: root/.config/guix/channels.scm
blob: f9cc0d6a3ce615720ed0e4bd963db8848069371e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(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")))
      )