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

@@ -8,7 +8,7 @@
buildInputs = with pkgs; [
nil # Nix LSP
nixpkgs-fmt # Nix formatter
alejandra # Nix formatter
nix-tree # Explore dependency trees
statix # Nix linter
deadnix # Find dead Nix code
@@ -20,7 +20,7 @@
echo " nix flake check - Check flake validity"
echo " nix flake show - Show flake outputs"
echo " nix build .#<pkg> - Build a package"
echo " nixpkgs-fmt . - Format Nix files"
echo " nix fmt . - Format Nix files"
echo " statix check . - Lint Nix files"
echo " deadnix . - Find dead code"
'';