aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-23 08:30:23 -0300
committerEuAndreh <eu@euandre.org>2022-10-23 08:30:23 -0300
commit777699f59d808dbb808d6a003167c6c49dddfb58 (patch)
treebd5b4503b6f7c002a92f0cf2a466cbd82800fd55 /bin
parentetc/sh/vcs-ps1.sh: Fix $JOBS count (diff)
downloaddotfiles-777699f59d808dbb808d6a003167c6c49dddfb58.tar.gz
dotfiles-777699f59d808dbb808d6a003167c6c49dddfb58.tar.xz
bin/gc: remove "current-guix" profile too
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gc b/bin/gc
index 9a1868b..1570f84 100755
--- a/bin/gc
+++ b/bin/gc
@@ -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
}