add alejandra formatter

This commit is contained in:
Fabian Montero 2024-08-24 01:54:58 -06:00
parent 18b56328ed
commit b781111772
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -8,7 +8,7 @@
pkgs = import nixpkgs { inherit system; };
in
{
formatter = pkgs.nixpkgs-fmt;
formatter = pkgs.alejandra;
packages = rec {
default = posixlycorrect;