7 lines
219 B
Scheme
7 lines
219 B
Scheme
(list (channel
|
|
(inherit (car %default-channels))
|
|
(url "https://git.southfox.me/mirror/guix"))
|
|
(channel
|
|
(name 'fox-channel)
|
|
(url "https://git.southfox.me/southfox/guix-config"))
|
|
)
|