diff options
-rwxr-xr-x | opt/bin/gc.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opt/bin/gc.sh b/opt/bin/gc.sh index ad025f6..86f5895 100755 --- a/opt/bin/gc.sh +++ b/opt/bin/gc.sh @@ -1,6 +1,7 @@ #!/bin/sh -set -eu +set -eux nix-store --gc nix-collect-garbage -d guix gc -d +rm -rf /tmp/ |