Ludovic Courtès writes: > Hi, > > Zhu Zihao skribis: > >> This expose the inner channel of "%default-channels", this can help user >> to override the original guix channel with any mirror more conveniently. >> >> Before: >> >> ``` >> (channel >> (inherit (car %default-channels)) >> (url "url/to/mirror")) >> ``` >> >> After: >> >> ``` >> (channel >> (inherit %default-channel) >> (url "https://mirror.guix.org.cn/git/guix")) >> ``` > > Hmm I understand the need here, but at the same time, the variable is > called ‘%default-channels’ (plural) to preserve the ability to turn > splut Guix into several channels. > > What could work though is your patch, except with the name > ‘%default-guix-channel’ instead of ‘%default-channel’, which makes it > clear that it’s just the ‘guix’ channel. > > Works for you? > > Thanks, > Ludo’. -- Retrieve my PGP public key: https://meta.sr.ht/~citreu.pgp Zihao