Script update
This commit is contained in:
parent
623677eeb8
commit
a47d932d18
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue