|
13 | 13 | - uses: actions/checkout@v4 |
14 | 14 | - name: Install Nix |
15 | 15 | uses: DeterminateSystems/nix-installer-action@main |
16 | | - - uses: DeterminateSystems/magic-nix-cache-action@main |
| 16 | + - uses: DeterminateSystems/flakehub-cache-action@main |
17 | 17 | - name: Check flake.lock |
18 | 18 | uses: DeterminateSystems/flake-checker-action@main |
19 | 19 | with: |
|
32 | 32 | - uses: actions/checkout@v4 |
33 | 33 | - name: Install Nix |
34 | 34 | uses: DeterminateSystems/nix-installer-action@main |
35 | | - - uses: DeterminateSystems/magic-nix-cache-action@main |
| 35 | + - uses: DeterminateSystems/flakehub-cache-action@main |
36 | 36 | - name: cargo test |
37 | 37 | run: nix develop -c cargo test |
38 | 38 |
|
|
43 | 43 | - uses: actions/checkout@v4 |
44 | 44 | - name: Install Nix |
45 | 45 | uses: DeterminateSystems/nix-installer-action@main |
46 | | - - uses: DeterminateSystems/magic-nix-cache-action@main |
| 46 | + - uses: DeterminateSystems/flakehub-cache-action@main |
47 | 47 | - name: Check flake.lock |
48 | 48 | run: | |
49 | 49 | nix develop -c \ |
|
58 | 58 | - uses: actions/checkout@v4 |
59 | 59 | - name: Install Nix |
60 | 60 | uses: DeterminateSystems/nix-installer-action@main |
61 | | - - uses: DeterminateSystems/magic-nix-cache-action@main |
| 61 | + - uses: DeterminateSystems/flakehub-cache-action@main |
62 | 62 | - name: Check flake.lock |
63 | 63 | run: | |
64 | 64 | nix develop -c cargo run -- ./tests/flake.dirty.0.lock |
|
70 | 70 | - uses: actions/checkout@v4 |
71 | 71 | - name: Install Nix |
72 | 72 | uses: DeterminateSystems/nix-installer-action@main |
73 | | - - uses: DeterminateSystems/magic-nix-cache-action@main |
| 73 | + - uses: DeterminateSystems/flakehub-cache-action@main |
74 | 74 | - name: Check flake.lock |
75 | 75 | run: | |
76 | 76 | nix develop -c cargo run |
|
83 | 83 | - uses: actions/checkout@v4 |
84 | 84 | - name: Install Nix |
85 | 85 | uses: DeterminateSystems/nix-installer-action@main |
86 | | - - uses: DeterminateSystems/magic-nix-cache-action@main |
| 86 | + - uses: DeterminateSystems/flakehub-cache-action@main |
87 | 87 | - name: Check flake.lock |
88 | 88 | run: | |
89 | 89 | nix develop -c cargo run -- --fail-mode ./tests/flake.dirty.0.lock |
|
0 commit comments