From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 24 03:47:02 2023 Received: (at 62411) by debbugs.gnu.org; 24 Mar 2023 07:47:03 +0000 Received: from localhost ([127.0.0.1]:39746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pfc8c-0005p3-Ir for submit@debbugs.gnu.org; Fri, 24 Mar 2023 03:47:02 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:49775) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pfc8X-0005oS-Mz for 62411@debbugs.gnu.org; Fri, 24 Mar 2023 03:47:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=r80yGvV8TNHqjWT6vGWin2AXG+LCsX+MCm7ZRk44LMg=; b=royLSVs8wvlr46fr/FJuyfvn4NRe6XWCa4Upcl7IfGiihRuckPbPHl8j w8Fs4V1C9D9QDn9f63bg0g431FrNDFfZo7Ro1Q5NKzqWT6oA90cCIVE7+ VihMpAeiP232wLuM/NH37IyGYt5pv7cwbqRxfbgw84IwS5ZJZQN4BNXph o=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludovic.courtes@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.98,287,1673910000"; d="scan'208";a="98860166" Received: from unknown (HELO ribbon) ([193.50.110.81]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2023 08:46:33 +0100 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Konrad Hinsen Subject: Re: [bug#62411] [PATCH] environment: Add '--nesting'. In-Reply-To: (Konrad Hinsen's message of "Fri, 24 Mar 2023 08:32:40 +0100") References: <20230323194609.4873-1-ludo@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 4 Germinal an 231 de la =?utf-8?Q?R=C3=A9vo?= =?utf-8?Q?lution=2C?= jour de la Tulipe X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 24 Mar 2023 08:46:33 +0100 Message-ID: <87edpe7fs6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62411 Cc: 62411@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Konrad Hinsen skribis: > The two points above, plus the automatic sharing of the daemon socket, > cover the main drawbacks of the workaround I have been using so far. > So... this looks good to me. I'd be happy to test-drive the patch on my > examples, but that will have to wait for next week. Awesome. Note that it can only add the current Guix to the environment if you=E2=80=99re running Guix =E2=80=9Cthe regular way=E2=80=9D (i.e., not= ./pre-inst-env). That=E2=80=99s why I used =E2=80=98time-machine=E2=80=99 for my tests above. Thanks for your feedback! Ludo=E2=80=99.