Skip to content

Commit da3e866

Browse files
committed
ci(gh-actions): Configure additional Cachix caches
1 parent 38619bf commit da3e866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
name: ${{ vars.CACHIX_CACHE }}
6767
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
68+
extraPullNames: ${{ vars.EXTRA_CACHIX_CACHES }}
6869

6970
- name: Build ${{ matrix.package }}
7071
run: nix build -L --json --no-link '.#${{ matrix.attrPath }}'

0 commit comments

Comments
 (0)