bug#51348: Solved: Exception on `guix install nss-certs`

2021-10-27 Thread Julien Lepiller
Le Mon, 25 Oct 2021 21:15:23 +, Raimundo Martins via Bug reports for GNU Guix a écrit : > Hey! > > Turns out that, since I use the runit init system, GUIX_LOCPATH > wasn't being set anytime before guix-daemon started, since > /etc/profile.d/guix.sh was not sourced. As a fix I set that variab

bug#51348: Solved: Exception on `guix install nss-certs`

2021-10-25 Thread Raimundo Martins via Bug reports for GNU Guix
Hey! Turns out that, since I use the runit init system, GUIX_LOCPATH wasn't being set anytime before guix-daemon started, since /etc/profile.d/guix.sh was not sourced. As a fix I set that variable by hand in my init script. If you want to have runit as a known init system in the installer script