diff options
-rwxr-xr-x | bin/gc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -83,12 +83,13 @@ gc_guix() { return fi + guix home delete-generations + guix gc -d + if [ -e /var/guix/profiles/system ]; then pass show "$(hostname)"/andreh | head -n1 | sudo -iS guix system delete-generations + pass show "$(hostname)"/andreh | head -n1 | sudo -iS guix gc -d fi - pass show "$(hostname)"/andreh | head -n1 | sudo -iS guix gc -d - guix home delete-generations - guix gc -d } gc_nix() { |