On Thu, Jun 2, 2016 at 8:51 AM, Hartmut Goebel <h.goe...@crazy-compilers.com> wrote: > Am 02.06.2016 um 14:02 schrieb Ludovic Courtès: >> Alternately (ah ha!): >> >> guix gc -d $(guix build foo) > > This would build remove the packages just build, wouldn't it? But I want > to clean up old test builds > > It's not about determinism and not about free disk-space :-) It's just > about removing stuff which I know is outdated.
Then just run 'guix gc' and it will remove everything that isn't currently included in a profile. - Dave