From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix Date: Thu, 31 May 2018 20:00:13 +0200 Message-ID: References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fORsp-0008AN-BC for bug-guix@gnu.org; Thu, 31 May 2018 14:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fORsm-0005Lq-5Q for bug-guix@gnu.org; Thu, 31 May 2018 14:01:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48367) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fORsm-0005Ld-0T for bug-guix@gnu.org; Thu, 31 May 2018 14:01:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fORsk-0000dH-El for bug-guix@gnu.org; Thu, 31 May 2018 14:01:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180531144337.16298-1-ludo@gnu.org> 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: 22629@debbugs.gnu.org Hi Ludo, > The major difference is that instead of just building a bunch of modules > and putting them under ~/.config/guix/latest, it now produces a > standalone package (with bin/guix, share/info/guix.info, etc.) and puts > it in a profile under ~/.config/guix/current. Quoth the manual: This sounds like a very nice improvement, thanks! Just wondering: does this mean that I could substitute Guix from my local source tree simply by doing ./pre-inst-env guix package -p ~/.config/guix/current -i guix Or, in fact, not use ~/.config/guix/current at all and just install "guix" into my main profile? Konrad.