On Thu, May 26, 2016 at 06:36:39PM +0200, Catonano wrote: > I erased ALL the prevoius generations and still there are some elements > that "guix gc -d ..." cannot eliminate from the store because they turn out > to be "still alive" > > Of course emacs-cider is not installed in the current generation > > I don't understand. > > Is there a way to let guix tell me what is still pointing to those ?
They are referred to by a profile. You can see the full list of your user's profiles with `guix package --list-generations`. Other users will have their own profiles. You can learn more about how to work with these profiles with `guix package --help` and also in the manual, 3.2 Invoking guix package.
