mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2026-02-02 15:25:05 +01:00
chore(devShells): use new soonix syntax
This commit is contained in:
parent
039919d5a2
commit
374e31d852
1 changed files with 3 additions and 1 deletions
|
|
@ -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}";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue