From 6b5343fdf30e0bf1c00a83c4eda6eb6ca2cda660 Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 7 Mar 2026 00:30:13 +0100 Subject: [PATCH] fix: bun install symlinks 4 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c3e7c65..e489d31 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ tests = { enable = true; 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; stages = [ "pre-push" ];