From 1db97663fc18e8c7e5291aa7262af5ecb7a8915a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 26 Apr 2023 21:48:30 -0400 Subject: [PATCH] Disable hlsCheck (for Jenkins) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9481c71..9596d56 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ tools = hp: { treefmt = config.treefmt.build.wrapper; } // config.treefmt.build.programs; - hlsCheck.enable = true; + hlsCheck.enable = false; }; autoWire = [ "packages" "apps" "checks" ]; # Wire all but the devShell };