From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 08 03:43:29 2021 Received: (at 50960) by debbugs.gnu.org; 8 Oct 2021 07:43:29 +0000 Received: from localhost ([127.0.0.1]:48965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYkXR-0007EH-5j for submit@debbugs.gnu.org; Fri, 08 Oct 2021 03:43:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYkXP-0007E3-UU for 50960@debbugs.gnu.org; Fri, 08 Oct 2021 03:43:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60020) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYkXK-00070U-FR; Fri, 08 Oct 2021 03:43:22 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60580 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYkXK-0002Jy-6l; Fri, 08 Oct 2021 03:43:22 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Leo Famulari Subject: Re: [bug#50960] [PATCH 00/10] Add 'guix shell' to subsume 'guix environment' References: <20211002102116.27726-1-ludo@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Vend=C3=A9miaire?= an 230 de la =?utf-8?Q?R=C3=A9volution?= 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, 08 Oct 2021 09:43:19 +0200 In-Reply-To: (Leo Famulari's message of "Mon, 4 Oct 2021 13:38:16 -0400") Message-ID: <87o88055d4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50960 Cc: 50960@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: -3.3 (---) Hi, Leo Famulari skribis: > On Sat, Oct 02, 2021 at 12:21:16PM +0200, Ludovic Court=C3=A8s wrote: [...] >> =E2=80=98guix shell -D hello git=E2=80=99 =E2=89=8D =E2=80=98guix= environment hello --ad-hoc git=E2=80=99 > > Is my understanding correct, that arguments to `guix environment` are > positional, whereas with `guix shell` arguments are not positional? No, it=E2=80=99s the same. However, =E2=80=98-D=E2=80=99 here affects only= the immediately following package, whereas =E2=80=98--ad-hoc=E2=80=99 would affect every pa= ckage that follows. Ludo=E2=80=99.