guix gc: '--delete-generations' now deletes old Home generations.
authorLudovic Courtès <ludo@gnu.org>
Sun, 31 Jul 2022 21:03:36 +0000 (23:03 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 31 Jul 2022 22:02:04 +0000 (00:02 +0200)
commit4de445f3dae5f5b42d59003cceddecfb296fb73b
treee849d7246328bdda73129991e02c067b903f3fa2
parent61db74a687e36e842077c5c2f4b2e2c7afcd814a
guix gc: '--delete-generations' now deletes old Home generations.

This reverts commit 24c0518dd404cbb3c434fb6704f4f551bbc78693,
thereby reinstating ba22560627f848f40891a56355ff26b6de1380bc, with an
additional fix in (guix self).

Fixes <https://issues.guix.gnu.org/56722>.
Reported by "(" <paren@disroot.org>.

* guix/scripts/gc.scm (guix-gc)[delete-generations]: Add call to
'home-generation-base'.
* guix/self.scm (compiled-guix)[*core-cli-modules*]: Remove (guix
scripts gc).
* doc/guix.texi (Invoking guix gc): Document the change.
doc/guix.texi
guix/scripts/gc.scm
guix/self.scm