From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix system seems not to respect ./pre-inst-env Date: Mon, 19 Dec 2016 11:56:10 +0100 Message-ID: <877f6w6vcl.fsf@gnu.org> References: <20161218134237.GA9419@jocasta.intra> 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]:54533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIvcA-0007Ys-0q for guix-devel@gnu.org; Mon, 19 Dec 2016 05:56:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIvc5-0004kL-3l for guix-devel@gnu.org; Mon, 19 Dec 2016 05:56:18 -0500 In-Reply-To: (David Craven's message of "Sun, 18 Dec 2016 17:30:12 +0100") 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: David Craven Cc: guix-devel David Craven skribis: > I think you have to do something like this: > > (define guix-local > (package > (inherit guix) > (source (local-file "path to guix local"))) > > (define guix-service-local > (guix-service (guix-configuration (authorize-key? #t) (guix guix-local)= )) > > and add guix-service-local to your installer. Exactly. =E2=80=98current-guix=E2=80=99 in (gnu packages package-managemen= t) is a slightly more sophisticated version of that. Ludo=E2=80=99.