aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index abcb2cb2..8cb4b663 100644
--- a/flake.nix
+++ b/flake.nix
@@ -92,8 +92,9 @@
prev.packages
++ (
with common.pkgs;
- [lld_13 lldb cargo-flamegraph rust-analyzer]
+ [lld_13 cargo-flamegraph rust-analyzer]
++ (lib.optional (stdenv.isx86_64 && stdenv.isLinux) cargo-tarpaulin)
+ ++ (lib.optional stdenv.isLinux lldb)
);
env =
prev.env