Skip to content
Snippets Groups Projects
Commit 6a1255ac authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

chore(nix): Add rustfmt

parent ec1dea1d
No related branches found
No related tags found
Loading
......@@ -27,7 +27,7 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [openssl];
nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config clippy];
nativeBuildInputs = with pkgs; [rustc cargo rustfmt rust-analyzer pkg-config clippy];
};
formatter = nixpkgs.legacyPackages.${system}.alejandra;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment