Re: Should I upgrade root user's guix too?

2017-09-29 Thread Attic Hermit
've forgotten about that paragraph I read a long time ago. Thanks for your reminding me. Have a nice day! ;) -- Attic Hermit

Re: Should I upgrade root user's guix too?

2017-09-26 Thread Attic Hermit
Attic Hermit <fjd...@cock.li> writes: >> #!/bin/sh >> GUIX_LATEST=/root/.config/guix/latest >> unlink $GUIX_LATEST && ln -s $(readlink $HOME/.config/guix/latest) >> $GUIX_LATEST To be sure your tip, I read the part of source code of guix pull and try

Re: Should I upgrade root user's guix too?

2017-09-26 Thread Attic Hermit
that only changing the path of package definitions is enough to saving a time because guix will graft the packages which are already installed in almost no time, but just for the curiosity. -- Attic Hermit

Re: Should I upgrade root user's guix too?

2017-09-23 Thread Attic Hermit
tion! All things are clear now. I'll give a link to this conversation if someone encounter and ask the same confusion. Your mail was that helpful. :) -- Attic Hermit

Re: Should I upgrade root user's guix too?

2017-09-23 Thread Attic Hermit
n-privileged user, because when the packages are upgraded, the package definitions should be up to date. And the system should be *rebooted* or *restart* the guix build daemon which, in fact, is using the guix binary that the root user has. Is my understanding correct? -- Attic Hermit

Should I upgrade root user's guix too?

2017-09-22 Thread Attic Hermit
ich guix should be upgraded before? I usually upgrade non-root user's guix before and then root's. I couldn't find a related topic on the manual, so I'm little bit confused. -- Attic Hermit