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 15:24:37 +0200 Message-ID: <87in6wjbe2.fsf@gnu.org> References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@gnu.org> <87602yu7bd.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]:60010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQYR6-0005MT-Ia for bug-guix@gnu.org; Wed, 06 Jun 2018 09:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQYQw-0004rv-Q6 for bug-guix@gnu.org; Wed, 06 Jun 2018 09:25:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56354) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQYQw-0004ri-LR for bug-guix@gnu.org; Wed, 06 Jun 2018 09:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQYQw-0003SK-Cw for bug-guix@gnu.org; Wed, 06 Jun 2018 09:25:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Konrad Hinsen's message of "Tue, 05 Jun 2018 13:45:31 +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 Hello Konrad, Konrad Hinsen skribis: >>> Just wondering: does this mean that I could substitute Guix from my loc= al >>> source tree simply by doing >>> >>> ./pre-inst-env guix package -p ~/.config/guix/current -i guix >> >> That would just install the snapshot that the =E2=80=98guix=E2=80=99 pac= kage refers to >> (it=E2=80=99s defined in (gnu packages package-management)).) > > Fine, so if I run update-guix-package.scm and then do the install, I get > what I expect, right? Yes (even with current =E2=80=98master=E2=80=99), but it=E2=80=99s quite he= avyweight since you end up recompiling all of Guix. > 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 wit= h =E2=80=98guix pull --commit=3DXXX=E2=80=99? In the not-too-distant future I think we can add some sort of manifest support for =E2=80=98guix pull=E2=80=99 such that you can store the list of= channel URLs and commit IDs in one file and instantiate that. Ludo=E2=80=99.