Disable hlsCheck (for Jenkins)

This commit is contained in:
Sridhar Ratnakumar 2023-04-26 21:48:30 -04:00
parent 1e58416c73
commit 1db97663fc

View file

@ -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
};