From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Progress on 'guix deploy' Date: Tue, 11 Jun 2019 20:36:40 +0200 Message-ID: <87muioynnr.fsf@gnu.org> References: <875zpgrjqf.fsf@sdf.lonestar.org> <87h88x7pni.fsf@gnu.org> <871s01l4c2.fsf@sdf.lonestar.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:470:142:3::10]:50566) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1haldW-00087t-Il for guix-devel@gnu.org; Tue, 11 Jun 2019 14:36:48 -0400 In-Reply-To: <871s01l4c2.fsf@sdf.lonestar.org> (Jakob L. Kreuze's message of "Mon, 10 Jun 2019 13:47:57 -0400") 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: "Jakob L. Kreuze" Cc: guix-devel@gnu.org Hi Jakob, zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis: > Ludovic Court=C3=A8s writes: > >> OK, sounds good. >> >> Some time ago, I proposed to have =E2=80=98remove-eval=E2=80=99 where yo= u could do: >> >> (remote-eval #~(begin =E2=80=A6) #:session =E2=80=A6) >> >> which would take care of building and copying everything the gexp >> refers to (see >> .) >> That would generalize a bit what you describe above. But anyway, >> that=E2=80=99s something that can always come later. > > My focus for the next few days is going to be on cleaning up the > implementation of the internals, so I'll look into that. I finally got around to working on it: https://issues.guix.gnu.org/issue/36162 Let me know what you think! Ludo=E2=80=99.