1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-23 02:39:37 +01:00

Move scripts/flake-regressions.sh into the flake-regressions repo

It already contained a script "eval-all.sh" that did almost the same thing.
This commit is contained in:
Eelco Dolstra 2024-11-06 15:19:03 +01:00
parent 0ce9acdadd
commit 7c9f19ceee
2 changed files with 1 additions and 28 deletions

View file

@ -78,4 +78,4 @@ jobs:
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH scripts/flake-regressions.sh
- run: nix build --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh