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 9589f9c commit 06628d8Copy full SHA for 06628d8
.github/workflows/nix-action.yml
@@ -24,8 +24,7 @@ jobs:
24
with:
25
# Name of a cachix cache to pull/substitute
26
name: math-comp
27
- extraPullNames:
28
- - coq
+ extraPullNames: coq
29
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
30
- name: Cache Nix Store
31
uses: actions/[email protected]
@@ -63,8 +62,7 @@ jobs:
63
62
64
65
66
67
68
69
70
@@ -102,8 +100,7 @@ jobs:
102
100
103
101
104
105
106
107
108
109
0 commit comments