From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: guix gc doesn't seem to clean old guix revision Date: Wed, 20 Nov 2019 07:47:43 -0800 Message-ID: References: Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37503) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXSCq-0001E5-1l for guix-devel@gnu.org; Wed, 20 Nov 2019 10:47:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXSCo-0001fD-7G for guix-devel@gnu.org; Wed, 20 Nov 2019 10:47:47 -0500 Received: from mail-oi1-x236.google.com ([2607:f8b0:4864:20::236]:33051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXSCn-0001et-Si for guix-devel@gnu.org; Wed, 20 Nov 2019 10:47:46 -0500 Received: by mail-oi1-x236.google.com with SMTP id m193so200134oig.0 for ; Wed, 20 Nov 2019 07:47:45 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: YOANN P Cc: "guix-devel@gnu.org" Hi, To delete old generations, use `guix system delete-generations`, for package= s, use `guix package` with flag `delete-generations`. Hope that helps.=20 As an aside, your question might find more traction on the help-guix@gnu.org= list instead; guix-devel is the development list. - John=