chore: update cocogitto module to use nixpkgs package, assert version

update flakes
This commit is contained in:
technofab 2025-12-20 14:37:26 +01:00
parent d609fd52fb
commit 5c8712f48c
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
3 changed files with 20 additions and 31 deletions

View file

@ -32,7 +32,6 @@ in {
};
lefthook.config = {
skip_output = ["meta" "execution_out"];
"pre-commit" = {
parallel = true;
jobs = [
@ -45,7 +44,7 @@ in {
{
name = "soonix";
stage_fixed = true;
run = "${soonix.shellHookFile}";
run = "${soonix.packages."soonix:update"}/bin/soonix:update";
}
];
};