Merge pull request #369 from nix-community/deadnix
treefmt: remove deadnix
This commit is contained in:
commit
b3ebc9a88b
1 changed files with 0 additions and 4 deletions
|
@ -15,14 +15,10 @@
|
|||
options = [
|
||||
"-eucx"
|
||||
''
|
||||
# First deadnix
|
||||
${pkgs.lib.getExe pkgs.deadnix} --edit "$@"
|
||||
|
||||
for i in "$@"; do
|
||||
${pkgs.lib.getExe pkgs.statix} fix "$i"
|
||||
done
|
||||
|
||||
# Then nixpkgs-fmt
|
||||
${pkgs.lib.getExe pkgs.nixpkgs-fmt} "$@"
|
||||
''
|
||||
"--"
|
||||
|
|
Loading…
Add table
Reference in a new issue