From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: why does this system build but won't reconfigure? Date: Mon, 05 Nov 2018 10:45:21 +0100 Message-ID: <87o9b3n9hq.fsf@lassieur.org> References: 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]:43025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJbRp-00053z-RO for help-guix@gnu.org; Mon, 05 Nov 2018 04:45:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJbRl-000684-Du for help-guix@gnu.org; Mon, 05 Nov 2018 04:45:29 -0500 Received: from mail.lassieur.org ([83.152.10.219]:53330) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJbRk-0005O8-Vu for help-guix@gnu.org; Mon, 05 Nov 2018 04:45:25 -0500 In-reply-to: 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: George Clemmer Cc: help-guix George Clemmer writes: > Oh DUH! Never mind, I guess my 'sudo guix system reconfigure' is using > the ancient guix version installed in root. Arf! Maybe you could try 'sudo -E guix system reconfigure', so that it uses your current user's environment variables. Cheers, Cl=C3=A9ment