|
27 | 27 | extra_nix_config: | |
28 | 28 | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
29 | 29 |
|
30 | | - - name: Set up magic Nix cache |
31 | | - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 |
32 | | - |
33 | 30 | - name: Set up Go cache |
34 | 31 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
35 | 32 | with: |
|
60 | 57 | extra_nix_config: | |
61 | 58 | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
62 | 59 |
|
63 | | - - name: Set up magic Nix cache |
64 | | - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 |
65 | | - |
66 | 60 | - name: Set up Go cache |
67 | 61 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
68 | 62 | with: |
|
93 | 87 | extra_nix_config: | |
94 | 88 | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
95 | 89 |
|
96 | | - - name: Set up magic Nix cache |
97 | | - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 |
98 | | - |
99 | 90 | - name: Set up Go cache |
100 | 91 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
101 | 92 | with: |
@@ -126,9 +117,6 @@ jobs: |
126 | 117 | extra_nix_config: | |
127 | 118 | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
128 | 119 |
|
129 | | - - name: Set up magic Nix cache |
130 | | - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 |
131 | | - |
132 | 120 | - name: Set up Go cache |
133 | 121 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
134 | 122 | with: |
@@ -176,9 +164,6 @@ jobs: |
176 | 164 | extra_nix_config: | |
177 | 165 | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
178 | 166 |
|
179 | | - - name: Set up magic Nix cache |
180 | | - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 |
181 | | - |
182 | 167 | - name: Check |
183 | 168 | run: nix flake check --impure |
184 | 169 |
|
@@ -228,9 +213,6 @@ jobs: |
228 | 213 | extra_nix_config: | |
229 | 214 | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
230 | 215 |
|
231 | | - - name: Set up magic Nix cache |
232 | | - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 |
233 | | - |
234 | 216 | - name: Prepare Nix shell |
235 | 217 | run: nix develop --impure .#ci |
236 | 218 |
|
|
0 commit comments