From 2a9bd09aa4cd807f9a80105607568d2ff1cf9545 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 15 Mar 2026 01:13:52 +0100 Subject: [PATCH] fix: include .env files --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 5b35a56..559ca55 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,11 @@ ' "$README" > "$TMP" && mv "$TMP" "$README" ''; } + { + run.script = '' + bazel test //tests/... >/dev/null + ''; + } ]; postVersion = ''