~ruther/guix-config

ref: a33555d936841885b7269f1498318706066effa7 guix-config/channels.scm -rw-r--r-- 298 bytes
a33555d9 — Rutherther chore: init 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(list
 (channel
  (name 'nonguix)
  (url "https://gitlab.com/nonguix/nonguix")
  (branch "master"))

 (channel
  (name 'ruther)
  (url "https://github.com/Rutherther/guix-exprs")
  (branch "main"))

 (channel
  (name 'guix)
  (url "https://git.savannah.gnu.org/git/guix.git")
  (branch "master")))
Do not follow this link