From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= Date: Thu, 12 Jul 2018 16:20:45 +0200 Message-ID: <20180712142045.uyxksvqgrl7zz3z5@thebird.nl> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> <87o9fcr11f.fsf@elephly.net> 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]:46521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdcSi-0006D7-JA for guix-devel@gnu.org; Thu, 12 Jul 2018 10:20:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdcSd-0002Od-MH for guix-devel@gnu.org; Thu, 12 Jul 2018 10:20:52 -0400 Received: from mail.thebird.nl ([94.142.245.5]:36458) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdcSd-0002NU-F8 for guix-devel@gnu.org; Thu, 12 Jul 2018 10:20:47 -0400 Content-Disposition: inline In-Reply-To: <87o9fcr11f.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel On Thu, Jul 12, 2018 at 04:17:32PM +0200, Ricardo Wurmus wrote: > =E2=80=9Cguix pull=E2=80=9D updates its own profile only. It updates > ~/.config/guix/current, so you need to use Guix from > ~/.config/guix/current/bin. And it says so after guix pull. It is easy to forget however. Why don't we (also) add it to the default guix profile? To most users this would make sense. No point in running guix pull if you don't want to update guix itself - right? Pj.