cargo-sweep: fix build by disabling broken test

This commit is contained in:
Noa Aarts
2024-11-04 09:37:33 +01:00
parent fe21dd5ab5
commit f0668b4886
@@ -16,6 +16,8 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
# Requires a rustup toolchain to be installed.
"--skip check_toolchain_listing_on_multiple_projects"
# Does not work with a `--target` build in the environment
"--skip empty_project_output"
];
meta = with lib; {