workflows/keep-sorted: drop and move to treefmt

Same reasoning as the commit before, but keep-sorted has even less
overhead than editorconfig-checker. Benchmark has it at 1 second per
run.
This commit is contained in:
Wolfgang Walther
2025-05-09 21:54:12 +02:00
parent ba4fe10465
commit 1cb7a384e0
2 changed files with 2 additions and 41 deletions

View File

@@ -44,6 +44,8 @@ let
# By default it's info, which is too noisy since we have many unmatched files
settings.on-unmatched = "debug";
programs.keep-sorted.enable = true;
# This uses nixfmt-rfc-style underneath,
# the default formatter for Nix code.
# See https://github.com/NixOS/nixfmt