help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix gc, any way to delete only packages that aren't required to bui


From: Pierre Neidhardt
Subject: Re: guix gc, any way to delete only packages that aren't required to build anything?
Date: Fri, 30 Nov 2018 09:54:27 +0100
User-agent: mu4e 1.0; emacs 26.1

I've been bugged by this as well (see
https://lists.gnu.org/archive/html/help-guix/2018-09/msg00028.html).  There are
a few options beside Ricardo's suggestion:

- You can start the Guix daemon with --gc-keep-outputs (see "(guix) Invoking
  guix-daemon" in the manual).  This will never delete anything that is still
  required, but this leads to an ever-growing store.  If you've got limited
  storage space, you might not want this.

- The Emacs mode guix.el has a nice interface for listing store items, in
  particular dead items.  You can sort item by size, check the number of
  referrers, etc.  This is much, much faster than you bash script and should
  suit your needs most of the time.  If you don't use Emacs, you can have still
  run it in batch mode or simply re-use the Scheme code to write your own Guile
  script.

Hope that helps!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]