Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> skribis: > So the stock Guix lynx opens (for example) https://google.com just > fine on your end?
I think a good way to test these things reproducibly is with: guix environment --container -N --ad-hoc lynx --expose=/etc/ssl/certs … assuming NSS certificates are available in /etc/ssl/certs, as is the case on GuixSD. HTH, Ludo’.