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