mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:26:15 -05:00
7 lines
140 B
Scheme
7 lines
140 B
Scheme
|
(use-modules (guix ci))
|
||
|
|
||
|
(list (channel-with-substitutes-available
|
||
|
%default-guix-channel
|
||
|
"https://ci.guix.gnu.org")
|
||
|
)
|