Unverified Commit f0668b48 authored by Noa Aarts's avatar Noa Aarts
Browse files

cargo-sweep: fix build by disabling broken test

parent fe21dd5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {