We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38619bf commit da3e866Copy full SHA for da3e866
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
with:
66
name: ${{ vars.CACHIX_CACHE }}
67
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
68
+ extraPullNames: ${{ vars.EXTRA_CACHIX_CACHES }}
69
70
- name: Build ${{ matrix.package }}
71
run: nix build -L --json --no-link '.#${{ matrix.attrPath }}'
0 commit comments