aboutsummaryrefslogtreecommitdiff
path: root/config/guix/channels.scm
blob: bb41e1d7f013fc5a903beb3f44ec95f072f8f29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(list (channel
       (name 'guix)
       (url "https://git.savannah.gnu.org/git/guix.git")
       (commit "32da9bbc91d365f514ae41528587905b21c41825"))
      (channel
       (name 'nonguix)
       (url "https://gitlab.com/nonguix/nonguix")
       (commit "9563de3037f3e41ac3c0e99176047ce73003b0e6"))
      (channel
       (name 'kbg)
       (url "https://git.sr.ht/~kennyballou/guix-channel.git")
       (commit "491424a3c9a7b199abbb42778f04b9da09a5c8b9"))
      (channel
       (name 'flat)
       (url "https://github.com/flatwhatson/guix-channel.git")
       (commit "e57424b680e1724105e2598b68c30084b180cf58"))
      (channel
       (name 'emacs)
       (url "https://github.com/babariviere/guix-emacs.git")
       (commit "722063e84d578f040a06e0f8fbf7d73d257c681e")))