Skip to content

Commit

Permalink
nix: Set up cargo-tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jun 27, 2021
1 parent 057bd63 commit cac6e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
};
};
shell = common: prev: {
packages = prev.packages ++ (with common.pkgs; [ lld_10 lldb ]);
packages = prev.packages ++ (with common.pkgs; [ lld_10 lldb cargo-tarpaulin ]);
env = prev.env ++ [
{ name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; }
{ name = "RUST_BACKTRACE"; value = "1"; }
Expand Down

0 comments on commit cac6e1b

Please sign in to comment.