(name . bug-guix)(address . bug-guix@gnu.org)
Hello!
When using a channels.scm file such as:
Toggle snippet (9 lines)
(cons* (channel
(name 'my-channel)
(url "https://gitlab.com/Apteryks/sfl-guix-channel"))
(channel
(name 'my-channel)
(url "https://gitlab.com/Apteryks/my-guix-channel"))
%default-channels)
It should throw an error, but instead it hangs indefinitely, like:
guix pull
Updating channel 'my-channel' from Git repository at 'https://gitlab.com/Apteryks/sfl-guix-channel'...
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
[hair starts greying out]
Maxim