summaryrefslogtreecommitdiffstats
path: root/.config/guix/channels.scm
blob: bf297a6815da66f9b4e0645cca0bc1ec09c08c42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(list (channel
       (name 'guix)
       (url "https://git.savannah.gnu.org/git/guix.git")
       (commit
        "3251c628f754eaceaa0515fadffcf8e64e1ca66e"))
      (channel
       (name 'guix-bandali)
       (url "https://git.sr.ht/~bandali/guix-bandali")
       (commit
        "5786bcaa419cdcf5687d266bc89e78f24913cfed")))