Merge pull request #369 from nix-community/deadnix

treefmt: remove deadnix
This commit is contained in:
adisbladis 2023-01-09 11:51:32 +13:00 committed by GitHub
commit b3ebc9a88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} "$@"
''
"--"