Federico Beffa <be...@ieee.org> skribis: > I find that Guix still contacts home even when passed the > '--no-substitutes' flag: > > $ ./pre-inst-env guix build --no-substitutes chez-sockets > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... substitute: updating list of > substitutes from 'https://mirror.hydra.gnu.org'... 100.0% > substitute: updating list of substitutes from 'https://hydra.gnu.org'... > 100.0% > @ build-started ... > > It would be desirable to avoid all calls home with that flag.
Definitely. I thought c8f9f24776040cc5645cf3b91b19946b1f1e4dac fixed that, but apparently not. Fixed with a two-liner in 151afd84dc9bf8f13de79a689f7f163fba7254ec. Thanks for reporting it! Ludo’.