aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gc b/bin/gc
index 23a0436..7fc92ec 100755
--- a/bin/gc
+++ b/bin/gc
@@ -65,7 +65,7 @@ disk() {
gc_guix() {
- pass show velhinho/0-andreh-password | sudo -S guix system delete-generations
+ pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix system delete-generations
guix home delete-generations
guix gc -d
}