From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix Date: Wed, 06 Jun 2018 22:49:45 +0200 Message-ID: <87y3frfxna.fsf@gnu.org> References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@gnu.org> <87602yu7bd.fsf@gnu.org> <87in6wjbe2.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]:33453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQfNb-0004id-8A for bug-guix@gnu.org; Wed, 06 Jun 2018 16:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQfNa-0007eR-Fp for bug-guix@gnu.org; Wed, 06 Jun 2018 16:50:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57429) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQfNa-0007eE-Cj for bug-guix@gnu.org; Wed, 06 Jun 2018 16:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQfNa-0005Pj-38 for bug-guix@gnu.org; Wed, 06 Jun 2018 16:50:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Konrad Hinsen's message of "Wed, 06 Jun 2018 17:54:08 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Konrad Hinsen Cc: 22629@debbugs.gnu.org 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.