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
|
||||
];
|
||||
|
||||
pre-commit.hooks.treefmt = {
|
||||
enable = true;
|
||||
packageOverrides.treefmt = config.treefmt.build.wrapper;
|
||||
pre-commit.hooks = {
|
||||
treefmt = {
|
||||
enable = true;
|
||||
packageOverrides.treefmt = config.treefmt.build.wrapper;
|
||||
};
|
||||
convco.enable = true;
|
||||
};
|
||||
|
||||
task = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue