diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2022-07-16 16:29:55 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2022-07-16 16:29:55 +0900 |
commit | 20d480520a6a170d86401a808ee3633df578c71a (patch) | |
tree | 2c8c4d9038d94af3a752e3b986ed8b41d7a49ff4 /jobs | |
parent | 3098e05f431bcd3fa45f762db8e60c43cf191914 (diff) |
guix-gc: Fix guix-gc job.
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/guix-gc.run | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jobs/guix-gc.run b/jobs/guix-gc.run index 1047620..19f7aef 100755 --- a/jobs/guix-gc.run +++ b/jobs/guix-gc.run @@ -1,6 +1,5 @@ #!/usr/bin/env bash set -euo pipefail -guix package --delete-generations guix pull --delete-generations guix gc |