We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b991ac1 commit 3292aedCopy full SHA for 3292aed
1 file changed
.github/workflows/nix.yml
@@ -39,7 +39,8 @@ jobs:
39
- uses: cachix/cachix-action@v13
40
with:
41
name: numtide
42
- authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
+ - name: Setup tmate session
43
+ uses: mxschmitt/action-tmate@v3
44
- run: nix flake check
45
- run: nix develop -c echo OK
46
- name: Run nix flake archive
0 commit comments