cargo-sweep: prepare for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 07:20:47 +01:00
parent 6d3faa58d5
commit a716df6264
+2 -2
View File
@@ -19,9 +19,9 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
# Requires a rustup toolchain to be installed.
"--skip check_toolchain_listing_on_multiple_projects"
"--skip=check_toolchain_listing_on_multiple_projects"
# Does not work with a `--target` build in the environment
"--skip empty_project_output"
"--skip=empty_project_output"
];
meta = {