chore(devShells): use new soonix syntax

This commit is contained in:
technofab 2026-01-05 22:12:36 +01:00
parent 039919d5a2
commit 374e31d852
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ

View file

@ -41,8 +41,10 @@ in {
}
{
name = "soonix";
files = "nix run .#soonix -- list --skip-gitignore";
stage_fixed = true;
run = "nix run .#soonix:update";
# {files} is needed so lefthook git add's them
run = "nix run .#soonix -- update --skip-gitignore; #{files}";
}
];
};