summaryrefslogtreecommitdiffstats
path: root/.config/guix/channels.scm
blob: 6495ee23711d200a14369b0f3ccc93098c8e5543 (plain) (blame)
1
2
3
4
5
6
(list (channel
       (name 'guix)        ; https://git.savannah.gnu.org/git/guix.git
       (url "file:///home/bandali/src/git/guix"))
      (channel
       (name 'guix-bandali)      ; https://git.sr.ht/~bandali/guix-bandali
       (url "file:///home/bandali/src/git/guix-bandali")))