From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: bug#36466: guix pull --delete-generations Date: Tue, 02 Jul 2019 14:25:41 -0400 Message-ID: <4df19cf1ab39f15372f545af5c46a9b53287263c.camel@disroot.org> References: <782690840f24b342ebf192bd12f29f5f175ac038.camel@disroot.org> <87blycvrz1.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57088) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiNTm-0007Dz-Ob for bug-guix@gnu.org; Tue, 02 Jul 2019 14:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiNTk-0000DL-Jp for bug-guix@gnu.org; Tue, 02 Jul 2019 14:26:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiNTf-0008Vm-5G for bug-guix@gnu.org; Tue, 02 Jul 2019 14:26:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hiNTd-0000m3-U0 for bug-guix@gnu.org; Tue, 02 Jul 2019 14:26:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87blycvrz1.fsf@elephly.net> 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: Ricardo Wurmus Cc: 36466@debbugs.gnu.org > “guix pull” uses a regular profile at ~/.config/guix/current, so you > can > do “guix package -p ~/.config/guix/current --delete-generations” Thanks Ricardo! I am aware of this as someone suggested this on IRC. ☺. My concern is that there is "guix system delete-generations" and "guix package --delete-generations"; but not "guix pull --delete- generations". Bringing "guix pull --delete-generations" will be straight-forward and any user does not have to type profile path everytime they delete generations. Will also be intutive for new guix users. ☺ Regards, RG.