guix-config/channels.scm
SouthFox d2302af01d [feat] use mirror to avoid DDOS...
Signed-off-by: SouthFox <master@southfox.me>
2024-11-26 15:16:47 +08:00

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"))
)