From 9cbd027e7e3294d395a9a3ca7b73abbdc56b3231 Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 7 Mar 2026 00:32:40 +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 e489d31..fc657f4 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=error' + ${pkgs.bash}/bin/bash -ec 'bazel test //tests/...' ''; pass_filenames = false; stages = [ "pre-push" ];