Skip to content

Commit 44f459b

Browse files
committed
Add cachix
1 parent 511eff9 commit 44f459b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ jobs:
1313
with:
1414
extra_nix_config: |
1515
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
16+
- uses: cachix/cachix-action@v12
17+
with:
18+
name: opentabletdriver
19+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
1620
- run: nix build
1721
- run: nix flake check

0 commit comments

Comments
 (0)