From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: hydra.gnu.org migrates to /gnu/store! Date: Tue, 04 Mar 2014 18:11:12 +0100 Message-ID: <87siqxq47j.fsf@gnu.org> References: <87eh2myiqy.fsf@gnu.org> <5315A0B9.7070204@totakura.in> 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]:35180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKssC-0001FS-TX for guix-devel@gnu.org; Tue, 04 Mar 2014 12:11:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKss5-0004CE-8n for guix-devel@gnu.org; Tue, 04 Mar 2014 12:11:20 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:43543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKss4-0004Br-R9 for guix-devel@gnu.org; Tue, 04 Mar 2014 12:11:13 -0500 In-Reply-To: <5315A0B9.7070204@totakura.in> (Sree Harsha Totakura's message of "Tue, 04 Mar 2014 10:45:29 +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: Sree Harsha Totakura Cc: guix-devel@gnu.org Sree Harsha Totakura skribis: > On 02/28/2014 11:28 PM, Ludovic Court=C3=A8s wrote: >> Among other things, it=E2=80=99s migrating from /nix/store to /gnu/store. > > Is this already present in the master branch? No, currently you have to explicitly run: ./configure --with-store-dir=3D/gnu/store. Ludo=E2=80=99.