chore(checks): enable convco
Some checks failed
/ check (push) Failing after 45s

This commit is contained in:
Daniel Flanagan 2025-02-16 21:02:46 -06:00
parent ce03fdefb6
commit 4a9196dd33

View file

@ -4,6 +4,7 @@
git-hooks = git-hooks.lib.${pkgs.system}.run { git-hooks = git-hooks.lib.${pkgs.system}.run {
src = ./.; src = ./.;
hooks = { hooks = {
convco.enable = true;
nixfmt-rfc-style.enable = true; nixfmt-rfc-style.enable = true;
}; };
}; };