diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 22:53:36 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 22:53:40 +0900 |
commit | 1b21a1ba562c542832e750acdd22670875e6aa9a (patch) | |
tree | 97eda5d86cbfb1efaffc567896203c26a8b073d8 /jobs | |
parent | 3040e3a9e8c910a17e7d1fc0d3367cee2fcca3d2 (diff) |
Update pull-cfg job.
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/pull-cfg.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/pull-cfg.run b/jobs/pull-cfg.run index 8ed93ff..35d32e4 100755 --- a/jobs/pull-cfg.run +++ b/jobs/pull-cfg.run @@ -1,4 +1,4 @@ #!/bin/sh cd /var/lib/laminar/cfg -git pull +guix environment --ad-hoc nss-certs git -- git pull |