Artyom Poptsov writes: > Besides, I run GNU Guix on Ubuntu 22.04.2 LTS. > Please find my SystemD Guix service attached. > > As you can see, I'm using a substitution service through Yggdrasil > network: http://ci.guix.ygg.trop.in > Also there's a proxy server configured. The downloading of the nar will pass through the proxy you've got configured, so I guess that could be involved. I've now pushed a change to the code for downloading these nars so that it outputs errors that it encounters. If you've got a checkout of guix.git, you'll need to pull then do: ./pre-inst-env guix build -S texlive-hyphen-complete or: ./pre-inst-env guix build --check -S texlive-hyphen-complete Hopefully that output will include information about why the nar couldn't be downloaded from bordeaux. You could also try configuring wget to use the same proxy and trying the download that way.