Only add cargo-tarpaulin on x86_64 (#3252)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
c15b494288
commit
9f4802e101
1 changed files with 3 additions and 1 deletions
|
@ -80,7 +80,9 @@
|
|||
packages =
|
||||
prev.packages
|
||||
++ (
|
||||
with common.pkgs; [lld_13 lldb cargo-tarpaulin cargo-flamegraph rust-analyzer]
|
||||
with common.pkgs;
|
||||
[lld_13 lldb cargo-flamegraph rust-analyzer] ++
|
||||
(lib.optional (stdenv.isx86_64 && stdenv.isLinux) cargo-tarpaulin)
|
||||
);
|
||||
env =
|
||||
prev.env
|
||||
|
|
Loading…
Reference in a new issue