1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-10 00:26:04 +02:00

nix: Set up cargo-tarpaulin

This commit is contained in:
Blaž Hrastnik 2021-06-25 15:19:54 +09:00
parent 057bd630d8
commit cac6e1b282

View File

@ -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"; }