From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: hydra.gnu.org now provides =?utf-8?Q?s?= =?utf-8?B?dWJzdGl0dXRlcyBmb3Ig4oCYZ3VpeCBwdWxs4oCZ?= Date: Sat, 3 Nov 2018 15:19:23 +0100 Message-ID: <20181103141923.toiqztmx33k5cx2l@thebird.nl> References: <87muvn1djp.fsf@gnu.org> <20181015074136.q53i3f6p3hsjvn7o@thebird.nl> <87woqjfrb0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIwmH-0002jH-JW for guix-devel@gnu.org; Sat, 03 Nov 2018 10:19:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIwmC-0008It-Hw for guix-devel@gnu.org; Sat, 03 Nov 2018 10:19:53 -0400 Content-Disposition: inline In-Reply-To: <87woqjfrb0.fsf@gnu.org> 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" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org The title is somewhat in-apt right now ;). I went through pain today. Even so, specifying the commit with 'guix pull' is incredibly useful because it allows us to use our own substitutes and deploy the same software across machines. Now 'guix pull' itself is rather slow. Would it be possible to use Guix pack or archive on an existing ~/.config/guix/current graph? I am looking to quickly deploy guix itself as binary blobs too. Any idea of what could work? Maybe I should just do a ~/.config/guix/current/bin/guix package -i guix -p ~/opt/guix and copy that profile. It should contain the exact same package tree, right? Pj.