Skip to content

Commit 7e19d0c

Browse files
committed
chore(build): Remove alejandra as formatter
1 parent 4480102 commit 7e19d0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
pkgs = nixpkgs.legacyPackages.${system};
1818
in {
1919
devShells.default = pkgs.mkShell {packages = with pkgs; [nodejs_22 pnpm alejandra];};
20-
21-
formatter = pkgs.alejandra;
2220
}
2321
);
2422
}

0 commit comments

Comments
 (0)