add flake check
This commit is contained in:
parent
b2cf19f883
commit
ccedf58489
1 changed files with 4 additions and 1 deletions
|
|
@ -91,7 +91,10 @@
|
||||||
hooks = {
|
hooks = {
|
||||||
treefmt = {
|
treefmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = lib.mkOverride 900 treefmtEval.${system}.config.build.wrapper;
|
package = lib.mkForce treefmtEval.${system}.config.build.wrapper;
|
||||||
|
args = [
|
||||||
|
# "--config-file ${treefmtEval.${system}.config.build.configFile}"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue