From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 06 16:49:55 2018 Received: (at 22629) by debbugs.gnu.org; 6 Jun 2018 20:49:55 +0000 Received: from localhost ([127.0.0.1]:37093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQfNT-0005PJ-7C for submit@debbugs.gnu.org; Wed, 06 Jun 2018 16:49:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQfNS-0005P7-A5 for 22629@debbugs.gnu.org; Wed, 06 Jun 2018 16:49:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQfNM-0007PD-EJ for 22629@debbugs.gnu.org; Wed, 06 Jun 2018 16:49:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQfNM-0007On-9g; Wed, 06 Jun 2018 16:49:48 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48146 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fQfNL-0001Pb-FU; Wed, 06 Jun 2018 16:49:48 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Konrad Hinsen Subject: Re: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@gnu.org> <87602yu7bd.fsf@gnu.org> <87in6wjbe2.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 Prairial an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 06 Jun 2018 22:49:45 +0200 In-Reply-To: (Konrad Hinsen's message of "Wed, 06 Jun 2018 17:54:08 +0200") Message-ID: <87y3frfxna.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22629 Cc: 22629@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Konrad Hinsen skribis: >>> I am looking for a reasonably straightforward way to have everything in >>> my Guix universe (the guix command line tool, emacs-guix, guile, geiser, >>> ...) consistently use my personal version of the package definitions. >> >> Would =E2=80=98guix package --manifest=E2=80=99 suffice? Perhaps along = with =E2=80=98guix pull >> --commit=3DXXX=E2=80=99? > > 'guix pull --commit=3DXXX' would be of use if it works with an URL > pointing to a local repository (haven't tried yet). I'd also > have to point GUILE_LOAD_PATH to wherever 'guix pull' stores the source > code tree, which looks doable as well if that's a stable location. You can already run =E2=80=9Cguix pull --commit=3DX --url=3D$PWD=E2=80=9D o= r similar, and modules currently end up ~/.config/guix/latest. Cheers, Ludo=E2=80=99.