From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcW89-0004ox-Jk for guix-patches@gnu.org; Mon, 09 Jul 2018 09:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcW86-0005rV-DI for guix-patches@gnu.org; Mon, 09 Jul 2018 09:23:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcW86-0005rP-9e for guix-patches@gnu.org; Mon, 09 Jul 2018 09:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcW86-0003z8-2k for guix-patches@gnu.org; Mon, 09 Jul 2018 09:23:02 -0400 Subject: [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20180709113147.15020-1-ludo@gnu.org> References: <20180709113147.15020-1-ludo@gnu.org> From: "Thompson, David" Date: Mon, 9 Jul 2018 09:22:41 -0400 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 32104@debbugs.gnu.org Hey Ludo, On Mon, Jul 9, 2018 at 7:31 AM, Ludovic Court=C3=A8s wrote: > Hello Guix! > > These patches aim to simplify (guix scripts environment) by (1) factorizi= ng > part of the search path handling machinery in (guix profiles), and (2) by > using manifests internally instead of loosely defined lists of =E2=80=9Ci= nputs.=E2=80=9D > > The goal is to gradually move towards a situation where (guix scripts > environment) contains nothing but UI code and related plumbing. This is a great initiative. Using manifests for everything makes a lot of sense. All the patches look good to me! - Dave