mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-02 07:15:08 +01:00
chore: update cocogitto module to use nixpkgs package, assert version
update flakes
This commit is contained in:
parent
d609fd52fb
commit
5c8712f48c
3 changed files with 20 additions and 31 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue