diff --git a/channels.scm b/channels.scm index 413b075..cc701b0 100644 --- a/channels.scm +++ b/channels.scm @@ -1,4 +1,7 @@ -(append (list (channel - (name 'fox-channel) - (url "https://git.southfox.me/southfox/guix-config"))) - %default-channels) +(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")) + )