Skip to content

Commit f973cb5

Browse files
committed
Add rustfmt and rust-analyzer to devShell
1 parent 0964acc commit f973cb5

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
@@ -143,7 +143,7 @@
143143

144144
devShell = pkgs.mkShell {
145145
inputsFrom = [ self.packages.${system}.deploy-rs ];
146-
buildInputs = [ pkgs.nixUnstable ];
146+
buildInputs = [ pkgs.nixUnstable pkgs.rust-analyzer pkgs.rustfmt ];
147147
};
148148

149149
checks = {

0 commit comments

Comments
 (0)