1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

magic-nix-cache-action -> flakehub-cache-action

This commit is contained in:
Eelco Dolstra 2025-02-19 09:09:57 +01:00
parent eabca75d0c
commit 0339ba582e
3 changed files with 5 additions and 5 deletions

View file

@ -17,5 +17,5 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
with: with:
flakehub: true flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flakehub-cache-action@main
- run: nix build - run: nix build -L

View file

@ -76,7 +76,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
with: with:
flakehub: true flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flakehub-cache-action@main
- run: | - run: |
nix build -L \ nix build -L \
.#hydraJobs.tests.functional_user \ .#hydraJobs.tests.functional_user \
@ -104,5 +104,5 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
with: with:
flakehub: true flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flakehub-cache-action@main
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh - run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh

View file

@ -17,5 +17,5 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
with: with:
flakehub: true flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flakehub-cache-action@main
- run: nix flake check -L - run: nix flake check -L