|
18 | 18 | - name: Checkout repository |
19 | 19 | uses: actions/checkout@v4 |
20 | 20 |
|
21 | | - - uses: DeterminateSystems/determinate-nix-action@v3 |
| 21 | + - name: Install Determinate Nix |
| 22 | + uses: DeterminateSystems/determinate-nix-action@v3 |
| 23 | + |
| 24 | + - name: FlakeHub / Magic cache |
| 25 | + uses: DeterminateSystems/flakehub-cache-action@main |
22 | 26 |
|
23 | 27 | - name: Check formatting |
24 | 28 | run: nix build .#checks.x86_64-linux.pre-commit-check -L |
|
34 | 38 | - name: Checkout repository |
35 | 39 | uses: actions/checkout@v4 |
36 | 40 |
|
37 | | - - uses: DeterminateSystems/determinate-nix-action@v3 |
| 41 | + - name: Install Determinate Nix |
| 42 | + uses: DeterminateSystems/determinate-nix-action@v3 |
| 43 | + |
| 44 | + - name: FlakeHub / Magic cache |
| 45 | + uses: DeterminateSystems/flakehub-cache-action@main |
38 | 46 |
|
39 | 47 | - name: Clippy (default workspace) |
40 | 48 | run: | |
@@ -84,12 +92,16 @@ jobs: |
84 | 92 | - name: Checkout repository |
85 | 93 | uses: actions/checkout@v4 |
86 | 94 |
|
87 | | - - uses: DeterminateSystems/determinate-nix-action@v3 |
| 95 | + - name: Install Determinate Nix |
| 96 | + uses: DeterminateSystems/determinate-nix-action@v3 |
88 | 97 | with: |
89 | 98 | extra-conf: | |
90 | 99 | extra-substituters = https://ros.cachix.org |
91 | 100 | extra-trusted-public-keys = ros.cachix.org-1:dSyZxI8geDCJrwgvCOHDoAfOm5sV1wCPjBkKL+38Rvo= |
92 | 101 |
|
| 102 | + - name: FlakeHub / Magic cache |
| 103 | + uses: DeterminateSystems/flakehub-cache-action@main |
| 104 | + |
93 | 105 | - name: Setup Cachix |
94 | 106 | uses: cachix/cachix-action@v15 |
95 | 107 | with: |
|
0 commit comments