Skip to content

Commit

Permalink
Try nix flake archive to get it to stop complaining about flake not e…
Browse files Browse the repository at this point in the history
…xisting
  • Loading branch information
arianvp committed Jun 7, 2024
1 parent 0693797 commit 9dffde0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-based-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- id: build
name: Build
run: |
nix flake archive
nix flake archive --store "${{ vars.CACHE_BUCKET }}&secret-key=$(realpath ./cache-secret-key)"
nix build \
--extra-substituters '${{ vars.CACHE_BUCKET }}' \
--extra-trusted-public-keys '${{ vars.CACHE_PUBLIC_KEY }}' \
Expand Down

0 comments on commit 9dffde0

Please sign in to comment.