mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
chore: Add statix/deadnix
This commit is contained in:
parent
a36613636d
commit
4a829c9f98
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
options = [
|
||||
"-eucx"
|
||||
''
|
||||
${pkgs.lib.getExe pkgs.deadnix} --edit "$@"
|
||||
|
||||
for i in "$@"; do
|
||||
${pkgs.lib.getExe pkgs.statix} fix "$i"
|
||||
done
|
||||
|
||||
${pkgs.lib.getExe pkgs.nixpkgs-fmt} "$@"
|
||||
''
|
||||
"--"
|
||||
|
|
Loading…
Add table
Reference in a new issue