Skip to content

Commit 4a18c78

Browse files
committed
flake_regressions: Pass -L to nix build
1 parent e122ace commit 4a18c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ jobs:
220220
path: flake-regressions/tests
221221
- uses: DeterminateSystems/nix-installer-action@main
222222
- 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
223+
- 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

Comments
 (0)