espflash: fix build with structuredAttrs

This commit is contained in:
Stefan Frijters
2025-12-16 11:19:30 +01:00
parent 44a66a34d3
commit dac689f9f4
+1 -1
View File
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-Vgf3k0pT8VswESXuWIIeZlCFLm861BYrteRFkmhk/3M=";
cargoBuildFlags = [
"--exclude xtask"
"--exclude=xtask"
"--workspace"
];