diff options
author | EuAndreh <eu@euandre.org> | 2022-10-23 08:30:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-23 08:30:23 -0300 |
commit | 777699f59d808dbb808d6a003167c6c49dddfb58 (patch) | |
tree | bd5b4503b6f7c002a92f0cf2a466cbd82800fd55 /bin/gc | |
parent | etc/sh/vcs-ps1.sh: Fix $JOBS count (diff) | |
download | dotfiles-777699f59d808dbb808d6a003167c6c49dddfb58.tar.gz dotfiles-777699f59d808dbb808d6a003167c6c49dddfb58.tar.xz |
bin/gc: remove "current-guix" profile too
Diffstat (limited to 'bin/gc')
-rwxr-xr-x | bin/gc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ disk() { gc_guix() { pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix system delete-generations + pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix gc -d guix home delete-generations guix gc -d } |