diff options
author | EuAndreh <eu@euandre.org> | 2022-11-02 22:15:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-02 22:15:47 -0300 |
commit | 4652d61ea15ecbb2b09b87c5a95a0f1cc9ff731a (patch) | |
tree | e178184b69895868bc62af593b21f7bba765f68a | |
parent | bin/cl: Add support for -E option (diff) | |
download | dotfiles-4652d61ea15ecbb2b09b87c5a95a0f1cc9ff731a.tar.gz dotfiles-4652d61ea15ecbb2b09b87c5a95a0f1cc9ff731a.tar.xz |
bin/gc: Use "--optimize" for guix gc
-rwxr-xr-x | bin/gc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,9 +80,9 @@ 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 + pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix gc --optimize -d guix home delete-generations - guix gc -d + guix gc --optimize -d } gc_nohup() { |