help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Attic Hermit
Subject: Re: Should I upgrade root user's guix too?
Date: Wed, 27 Sep 2017 11:48:21 +0900

Attic Hermit <address@hidden> 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
to understand what it really do:
http://git.savannah.gnu.org/cgit/guix.git/tree/guix/scripts/pull.scm

and it seems that it only builds latest guix and make a symlink to
~/.config/guix/latest. Is that all? I'm little nervous that if I've
missed something. If it is correct, then I can use your tip without
doubt.

-- 
Attic Hermit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]