refactor: switch formatter from nixpkgs-fmt to alejandra

This commit is contained in:
m3tm3re
2025-12-30 15:13:42 +01:00
parent 824ad97ef9
commit 744b6a8243
3 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@
# Formatter for 'nix fmt'
formatter = forAllSystems (
system:
(pkgsFor system).nixpkgs-fmt
(pkgsFor system).alejandra
);
# Templates for creating new packages/modules