From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mekeor Melire Subject: Re: Looking to contribute Date: Thu, 29 Jun 2017 19:02:24 +0200 Message-ID: <87efu2iv6n.fsf@gmail.com> References: <20170627221608.A23B52013B@smtp.hushmail.com> <20170628154943.36021286@scratchpost.org> <20170628150145.GA18849@jasmine.lan> <20170629174955.068eed02@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQcq0-0006TV-Uh for guix-devel@gnu.org; Thu, 29 Jun 2017 13:02:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQcpz-0001Qy-Ra for guix-devel@gnu.org; Thu, 29 Jun 2017 13:02:40 -0400 Received: from mail-wr0-x22b.google.com ([2a00:1450:400c:c0c::22b]:36785) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQcpz-0001QU-L1 for guix-devel@gnu.org; Thu, 29 Jun 2017 13:02:39 -0400 Received: by mail-wr0-x22b.google.com with SMTP id c11so192764437wrc.3 for ; Thu, 29 Jun 2017 10:02:37 -0700 (PDT) In-reply-to: <20170629174955.068eed02@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic writes: > Wait. AFAIK one cannot delete system generations [yet]. Has that changed? > > But deleting user [package] generations works, yes. Somewhere on the mailing-list I found out that you can delete a system generation like this: $ rm /var/guix/profiles/system-N-link $ guix gc (as root?)