Disable hlsCheck (for Jenkins)
This commit is contained in:
parent
1e58416c73
commit
1db97663fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue