Merge pull request #173049 from newAM/cargo-tarpaulin

cargo-tarpaulin: disable aarch64 build
This commit is contained in:
Rick van Schijndel
2022-05-15 23:11:23 +02:00
committed by GitHub
@@ -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;
};
}