about summary refs log tree commit diff
path: root/ops/sync-gcsr/manifest.yaml
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-18T17·33+0000
committerVincent Ambo <Vincent Ambo>2020-01-18T17·33+0000
commit6a0b37a196f831412e2d5c29debf5f6ce8e8e4d0 (patch)
tree0be89f28a1d5d07ce445513eebc30252acfd4f15 /ops/sync-gcsr/manifest.yaml
parent7aa8f320659a8d9f9d981b41f4ccdf46fd72388f (diff)
fix(ops/sync-gcsr): Ensure cachix is installed r/413
Diffstat (limited to '')
-rw-r--r--ops/sync-gcsr/manifest.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/sync-gcsr/manifest.yaml b/ops/sync-gcsr/manifest.yaml
index 0d81872b51..e2ed31dbc5 100644
--- a/ops/sync-gcsr/manifest.yaml
+++ b/ops/sync-gcsr/manifest.yaml
@@ -9,6 +9,7 @@ tasks:
       # sourcehut does not censor secrets in builds, hence this hack:
       echo -n 'export CACHIX_SIGNING_KEY=' > cachix-preamble
       cat cachix-preamble ~/.cachix-tazjin >> ~/.buildenv
+      nix-env -iA third_party.cachix -f git.tazj.in
       cachix use tazjin
   - build: |
       cd git.tazj.in