mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
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
@ -80,7 +80,9 @@
|
|||||||
packages =
|
packages =
|
||||||
prev.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 =
|
env =
|
||||||
prev.env
|
prev.env
|
||||||
|
Loading…
Reference in New Issue
Block a user