Skip to content

Commit 64a1b77

Browse files
committed
fix(build): remove alejandra
1 parent 7e19d0c commit 64a1b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
system: let
1717
pkgs = nixpkgs.legacyPackages.${system};
1818
in {
19-
devShells.default = pkgs.mkShell {packages = with pkgs; [nodejs_22 pnpm alejandra];};
19+
devShells.default = pkgs.mkShell {packages = with pkgs; [nodejs_22 pnpm];};
2020
}
2121
);
2222
}

0 commit comments

Comments
 (0)