Hi,
gfp <[email protected]> writes: > Hello, > > if I do a guix pull it goes quite slowly. > If I do a guix pull from > guix pull --url=https://git.guix.gnu.org/guix.git > it goes quicker. If guix pull doesn't pull from https://git.guix.gnu.org for you by default, it means you have a channels.scm file where you have specified the url to be savannah. Either in ~/.config/guix/channels.scm or /etc/guix/channels.scm. So presumably you would want to change that. > what about the command > guix package -u > > Does it also download from the US? > If so, what is the command > to download it from Codeberg? to get the download more quickly. There is not much for guix package to download from codeberg, that's a git repository hosting, it doesn't host the built outputs... You cannot make guix package download from codeberg. In case the substitutes are too slow for you, you can try some of their mirrors https://libreplanet.org/wiki/Group:Guix/Mirrors. Apart from that you might try different substitutes altogether - ie. https://ultrarare.space/en/posts/guix-build-farm/ that has a cloudflare cache, so it could possibly have mirrors in Australia as well. Rutherther
