From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#38529: Make --pure the default for `guix environment'? Date: Mon, 9 Dec 2019 13:46:20 -0500 Message-ID: References: <87eexeu8mo.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44250) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieO3j-0005Nj-Jh for bug-guix@gnu.org; Mon, 09 Dec 2019 13:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieO3i-0000Bn-5I for bug-guix@gnu.org; Mon, 09 Dec 2019 13:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48446) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieO3h-0000Be-Pw for bug-guix@gnu.org; Mon, 09 Dec 2019 13:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieO3h-0005kr-N3 for bug-guix@gnu.org; Mon, 09 Dec 2019 13:47:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: zimoun Cc: Pierre Neidhardt , 38529@debbugs.gnu.org Hi, I have long thought that --ad-hoc should be implied, as that is the mode I use 99% of the time, but I disagree that --pure should be the default. Most of the time I (and I suspect most other users) just want to temporarily augment the current environment with a package or two and I think that shouldn't require any special flags (neither --ad-hoc nor --pure). The current default behavior of making an environment from package dependencies is because that's how nix-shell worked (or at least how I thought it worked) and 'guix environment' was created as a clone of that tool. - Dave