Merge pull request 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 = [ options = [
"-eucx" "-eucx"
'' ''
# First deadnix
${pkgs.lib.getExe pkgs.deadnix} --edit "$@"
for i in "$@"; do for i in "$@"; do
${pkgs.lib.getExe pkgs.statix} fix "$i" ${pkgs.lib.getExe pkgs.statix} fix "$i"
done done
# Then nixpkgs-fmt
${pkgs.lib.getExe pkgs.nixpkgs-fmt} "$@" ${pkgs.lib.getExe pkgs.nixpkgs-fmt} "$@"
'' ''
"--" "--"