chore: add alejandra to devShell

This commit is contained in:
Guz
2024-12-09 16:30:33 -03:00
parent 4fd46b06da
commit c90cfa04be

View File

@@ -37,6 +37,7 @@
devShells = forAllSystems (system: pkgs: {
default = pkgs.mkShell {
buildInputs = with pkgs; [
alejandra
stylua
];
};