On Mon, Jul 25, 2016 at 11:21:43AM +0200, Ludovic Courtès wrote: > I like the idea! (With the caveat that, again, external repos can break > anytime.) > > Partly related to that: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22629>.
Actually very much related because a git pull attached to a git tree can be tied with a remote repo - allowing for elegant API transitions. guix channel add genenetwork git://git.sv.gnu.org/guix.git master HASHTAG guix channel pull genenetwork guix channel set genenetwork Do the Ricardo stuff... Pretty much solves the API problem. Pj.