Script update
Some checks failed
Build / nix-build (native-x86_64, fj-shadowfax-01) (push) Failing after 3m27s
Build / nix-build (native-aarch64, fj-hetzner-aarch64-01) (push) Failing after 4m41s

This commit is contained in:
Joseph Hanson 2024-07-25 08:25:48 -05:00
parent 623677eeb8
commit a47d932d18
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -54,4 +54,6 @@ jobs:
if: success()
env:
CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}
run: nix build ".#top.fj-shadowfax-01" --json | jq -r .[].drvPath | cachix deploy activate
run: |
spec=$(nix build --print-out-paths)
cachix deploy activate $spec