Paste number 339572: | update daemon with guix pull |
Pasted by: | rekado |
When: | 5 years, 5 months ago |
Share: | Tweet this! | http://paste.lisp.org/+7A0K |
Channel: | None |
Paste contents: |
# become root su - # update to the last version of guix that works # with older daemons guix pull --url=http://git.savannah.gnu.org/cgit/guix.git/snapshot/afd532337.tar.gz # update root's profile to get a new "guix" package # including a new daemon guix package -u # edit the systemd unit to use the new daemon sed -i "s|ExecStart=.*|ExecStart=/root/.guix-profile/bin/guix-daemon --build-users-group=guixbuild" /etc/systemd/system/guix-daemon.service # reload the unit file systemctl daemon-reload # restart the daemon systemctl restart guix-daemon # now become a regular user and run "guix pull" exit guix pull
This paste has no annotations.