We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e122ace commit 4a18c78Copy full SHA for 4a18c78
.github/workflows/ci.yml
@@ -220,4 +220,4 @@ jobs:
220
path: flake-regressions/tests
221
- uses: DeterminateSystems/nix-installer-action@main
222
- uses: DeterminateSystems/magic-nix-cache-action@main
223
- - run: nix build --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
0 commit comments