From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Kernel config Date: Fri, 22 Jul 2016 14:51:28 +0200 Message-ID: References: <877fcliitk.fsf@elephly.net> <87twfp71pb.fsf@gnu.org> <87zipg17eh.fsf@gnu.org> <87mvlbp545.fsf@gnu.org> <87k2gfm2js.fsf@gnu.org> <87poq5rgfg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZvS-0004ly-6D for help-guix@gnu.org; Fri, 22 Jul 2016 08:51:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQZvQ-0008C4-C7 for help-guix@gnu.org; Fri, 22 Jul 2016 08:51:33 -0400 In-Reply-To: <87poq5rgfg.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: help-guix@gnu.org >> Something that I don't understand: >> >> root@guixsd ~# guix --version >> guix (GNU Guix) 20160722.06 >> root@guixsd ~# which guix >> /run/current-system/profile/bin/guix > > This one is recent, and the =E2=80=98local-file=E2=80=99 trick should wor= k with it. Indeed, thanks >> vince@guixsd ~$ guix --version >> guix (GNU Guix) 0.10.0 >> vince@guixsd ~$ which guix >> /run/current-system/profile/bin/guix > > This one might be too old, though we can=E2=80=99t really tell. > > They show different versions because in fact, all of Guix except the > =E2=80=98guix=E2=80=99 command (which does very little) is taken from > ~/.config/guix/latest, populated by =E2=80=98guix pull=E2=80=99. Remembe= r that =E2=80=98guix > pull=E2=80=99 is per-user. Yep, after doing guix pull as user, it worked properly... Sorry for the noise... --=20 Vincent Legoll