From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCHES] Fix some =?utf-8?B?4oCYZ3VpeCBlZGl04oCZ?= bad assumptions. Date: Tue, 24 Nov 2015 21:46:22 +0100 Message-ID: <87d1uzktwh.fsf@gnu.org> References: <87egfj5pyw.fsf@gnu.org> <87ziy7jfw7.fsf@gmail.com> <87y4dq7rf7.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]:37851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1KTt-0003Pc-SE for guix-devel@gnu.org; Tue, 24 Nov 2015 15:46:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1KTp-0007Qv-SR for guix-devel@gnu.org; Tue, 24 Nov 2015 15:46:29 -0500 In-Reply-To: <87y4dq7rf7.fsf@gnu.org> (Mathieu Lirzin's message of "Sun, 22 Nov 2015 02:29:16 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org, Alex Kost Mathieu Lirzin skribis: > Hi Alex, > > Alex Kost writes: > >> If instead of the default package location directory >> ("~/.config/guix/latest" or whatever), you want to go to another >> directory =E2=80=94 for instance, to your guix git repo =E2=80=94 you ca= n use: >> >> (setq guix-directory "~/src/guix") > > This is definitely a convenient trick, thanks for sharing it. Indeed, I had overlooked =E2=80=98guix-directory=E2=80=99. Ludo=E2=80=99.