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

feat(nix): Add cargo-tarpaulin

parent ecf38382
Branches master
No related tags found
No related merge requests found
......@@ -27,11 +27,18 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [openssl];
nativeBuildInputs = with pkgs; [rustc cargo rustfmt rust-analyzer pkg-config clippy];
nativeBuildInputs = with pkgs; [
rustc
cargo
rustfmt
rust-analyzer
pkg-config
clippy
cargo-tarpaulin
];
};
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