diff options
Diffstat (limited to 'jobs')
| -rwxr-xr-x | jobs/guix-update.run | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/jobs/guix-update.run b/jobs/guix-update.run index 5760751..36a46f9 100755 --- a/jobs/guix-update.run +++ b/jobs/guix-update.run @@ -1,5 +1,7 @@  #!/usr/bin/env bash  set -euo pipefail +guix pull --delete-generations +guix gc  guix pull  guix environment --ad-hoc acl2 -- echo acl2 ok  | 
