feat(rust-esp32-c6): disable checks because they don't work with std

This commit is contained in:
2026-06-04 21:28:57 -05:00
parent bc7f84a854
commit 81008113e3
+8
View File
@@ -37,6 +37,14 @@
krantz.rust.devDeps = lib.mkOptionDefault (with pkgs; [
espflash
]);
krantz.rust.cargoArtifacts.extraAttrs = lib.mkOptionDefault {
doCheck = false;
};
krantz.rust.package.extraAttrs = lib.mkOptionDefault {
doCheck = false;
};
};
});
};