diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-08-29 20:18:12 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-08-29 20:18:12 +0900 |
commit | 63007c295732cd18c2a42a55b21419376f116ed6 (patch) | |
tree | e6b45fcafe1dfdb9a69ee6910faf2036e9356932 /jobs | |
parent | 9faa4858cb7ceefd0e374e31f52c5037440746d3 (diff) |
Add guix-update.run job.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/guix-update.run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/guix-update.run b/jobs/guix-update.run new file mode 100644 index 0000000..84adce0 --- /dev/null +++ b/jobs/guix-update.run @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail + +guix pull +guix package -u . |