···7272 }@args:
73737474 assert lib.assertMsg useFetchCargoVendor
7575- "buildRustPackage: `useFetchCargoVendor` is non‐optional and enabled by default as of 25.05";
7575+ "buildRustPackage: `useFetchCargoVendor` is non‐optional and enabled by default as of 25.05, remove it";
7676+7777+ assert lib.warnIf (args ? useFetchCargoVendor)
7878+ "buildRustPackage: `useFetchCargoVendor` is non‐optional and enabled by default as of 25.05, remove it"
7979+ true;
76807781 lib.optionalAttrs (stdenv.hostPlatform.isDarwin && buildType == "debug") {
7882 RUSTFLAGS = "-C split-debuginfo=packed " + (args.RUSTFLAGS or "");