Merge pull request #173049 from newAM/cargo-tarpaulin

cargo-tarpaulin: disable aarch64 build
main
Rick van Schijndel 2 years ago committed by GitHub
commit 187f19680c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/development/tools/analysis/cargo-tarpaulin/default.nix

@ -26,5 +26,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/xd009642/tarpaulin";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ hugoreeves ];
platforms = lib.platforms.x86_64;
};
}

Loading…
Cancel
Save