mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
chore(flake): add convco
This commit is contained in:
parent
9bbb4b9298
commit
e3ffee0188
1 changed files with 6 additions and 3 deletions
|
|
@ -47,9 +47,12 @@
|
||||||
buildah
|
buildah
|
||||||
];
|
];
|
||||||
|
|
||||||
pre-commit.hooks.treefmt = {
|
pre-commit.hooks = {
|
||||||
enable = true;
|
treefmt = {
|
||||||
packageOverrides.treefmt = config.treefmt.build.wrapper;
|
enable = true;
|
||||||
|
packageOverrides.treefmt = config.treefmt.build.wrapper;
|
||||||
|
};
|
||||||
|
convco.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
task = {
|
task = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue