From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Kernel config Date: Sun, 17 Jul 2016 20:59:48 +0200 Message-ID: <87y450gkez.fsf@elephly.net> References: <877fcliitk.fsf@elephly.net> <87twfp71pb.fsf@gnu.org> <87zipg17eh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOrII-0008V6-Sz for help-guix@gnu.org; Sun, 17 Jul 2016 15:00:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOrID-0002lU-U9 for help-guix@gnu.org; Sun, 17 Jul 2016 15:00:02 -0400 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: Vincent Legoll Cc: help-guix@gnu.org Vincent Legoll writes: > > Does it have to be in root's $GUIX_PACKAGE_PATH, or can guix system reconfigure > work as a user ? That would be a sufficiently good solution, I think... “guix system reconfigure” has to be run as root. With “sudo -E” you can preserve the current user’s environment, so GUIX_PACKAGE_PATH doesn’t need to be set for root explicitly. ~~ Ricardo