On 2024-03-10, Suhail Singh wrote: > Vagrant Cascadian writes: >> but "guix pull" does not update the running guix-daemon; > > Just to be clear, however, if one were to do =sudo -i guix pull= > instead, followed by =systemctl restart guix-daemon.service= it /would/ > update the running guix-daemon on Debian, correct? Or is that not the > case? No, out of the box guix-daemon is provided by the Debian guix package. > In other words, on Debian, does the systemd unit reference > =/var/guix/profiles/per-user/root/current-guix/bin/guix-daemon= ? But you could provide an override pointing at whatever guix-daemon you want, of course! :) Once you do that, you may as well remove the Debian packaged guix, although users that have not yet run "guix pull" would need to guess where to find guix, as there will be no guix on PATH. live well, vagrant