diff options
author | Vincent Ambo <Vincent Ambo> | 2020-01-18T17·33+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-18T17·33+0000 |
commit | 6a0b37a196f831412e2d5c29debf5f6ce8e8e4d0 (patch) | |
tree | 0be89f28a1d5d07ce445513eebc30252acfd4f15 /ops/sync-gcsr/manifest.yaml | |
parent | 7aa8f320659a8d9f9d981b41f4ccdf46fd72388f (diff) |
fix(ops/sync-gcsr): Ensure cachix is installed r/413
Diffstat (limited to 'ops/sync-gcsr/manifest.yaml')
-rw-r--r-- | ops/sync-gcsr/manifest.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/sync-gcsr/manifest.yaml b/ops/sync-gcsr/manifest.yaml index 0d81872b51d2..e2ed31dbc563 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 |