fix: bun install symlinks 4

This commit is contained in:
eric
2026-03-07 00:30:13 +01:00
parent 9487fafe88
commit 6b5343fdf3

View File

@@ -66,7 +66,7 @@
tests = { tests = {
enable = true; enable = true;
entry = '' entry = ''
${pkgs.bash}/bin/bash -ec 'bazel test //tests/... --test_output=errors && tests/install_test/workspace_parity.sh "$(command -v bun)"' ${pkgs.bash}/bin/bash -ec 'bazel test //tests/... --test_output=error'
''; '';
pass_filenames = false; pass_filenames = false;
stages = [ "pre-push" ]; stages = [ "pre-push" ];