Skip to content

Commit

Permalink
Merge pull request fedimint#5302 from dpc/24-05-15-update-llmv-cov
Browse files Browse the repository at this point in the history
chore: update cargo-llvm-cov
  • Loading branch information
dpc authored May 16, 2024
2 parents 83e93b3 + a89939a commit 81da7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
(import ./nix/overlays/rocksdb.nix)
(import ./nix/overlays/wasm-bindgen.nix)
(import ./nix/overlays/cargo-nextest.nix)
(import ./nix/overlays/cargo-llvm-cov.nix)
(import ./nix/overlays/esplora-electrs.nix)
(import ./nix/overlays/clightning.nix)
(import ./nix/overlays/darwin-compile-fixes.nix)
Expand Down Expand Up @@ -221,7 +220,6 @@
toolchain = toolchainNative;
buildInputs = craneMultiBuild.commonArgs.buildInputs;
nativeBuildInputs = craneMultiBuild.commonArgs.nativeBuildInputs ++ [
pkgs.cargo-llvm-cov
pkgs.cargo-udeps
pkgs.cargo-audit
pkgs.cargo-deny
Expand Down Expand Up @@ -262,6 +260,9 @@
] ++ lib.optionals (!stdenv.isDarwin) [
# broken on MacOS?
pkgs.cargo-workspaces

# marked as broken on MacOS
pkgs.cargo-llvm-cov
];

shellHook = ''
Expand Down
14 changes: 0 additions & 14 deletions nix/overlays/cargo-llvm-cov.nix

This file was deleted.

0 comments on commit 81da7c6

Please sign in to comment.