File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v4
3333 - name : Install Nix on ${{ matrix.systems.system }}
3434 uses : DeterminateSystems/nix-installer-action@main
35- - name : Magic Nix Cache
36- uses : DeterminateSystems/magic-nix -cache-action@main
35+ - name : Set up FlakeHub Cache
36+ uses : DeterminateSystems/flakehub -cache-action@main
3737
3838 - name : Build and cache dev shell for ${{ matrix.systems.nix-system }}
3939 run : |
Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v4
1717
18- - name : Install Nix
19- uses : DeterminateSystems/nix-installer-action@main
20- - uses : DeterminateSystems/magic-nix-cache-action@main
21-
2218 - name : Check health of flake.lock
2319 uses : DeterminateSystems/flake-checker-action@main
2420 with :
2521 fail-mode : true
2622
23+ - name : Install Nix
24+ uses : DeterminateSystems/nix-installer-action@main
25+
26+ - uses : DeterminateSystems/flakehub-cache-action@main
27+
2728 - name : Check Rust formatting
2829 run : nix develop --command cargo fmt --check
2930
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - name : Install Nix
1010 uses : DeterminateSystems/nix-installer-action@main
11- - uses : DeterminateSystems/magic-nix -cache-action@main
11+ - uses : DeterminateSystems/flakehub -cache-action@main
1212 - name : Expose GitHub Runtime
1313 uses : crazy-max/ghaction-github-runtime@v2
1414 - name : Dump credentials
You can’t perform that action at this time.
0 commit comments