cargo-tarpaulin: disable aarch64 build
This commit is contained in:
parent
ed3f3fb843
commit
ac1fea4ca0
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/xd009642/tarpaulin";
|
homepage = "https://github.com/xd009642/tarpaulin";
|
||||||
license = with licenses; [ mit /* or */ asl20 ];
|
license = with licenses; [ mit /* or */ asl20 ];
|
||||||
maintainers = with maintainers; [ hugoreeves ];
|
maintainers = with maintainers; [ hugoreeves ];
|
||||||
|
platforms = lib.platforms.x86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue