We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511eff9 commit 44f459bCopy full SHA for 44f459b
1 file changed
.github/workflows/nix.yml
@@ -13,5 +13,9 @@ jobs:
13
with:
14
extra_nix_config: |
15
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
16
+ - uses: cachix/cachix-action@v12
17
+ with:
18
+ name: opentabletdriver
19
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
20
- run: nix build
21
- run: nix flake check
0 commit comments