feat(rust-esp32-c6): disable checks because they don't work with std
This commit is contained in:
@@ -37,6 +37,14 @@
|
|||||||
krantz.rust.devDeps = lib.mkOptionDefault (with pkgs; [
|
krantz.rust.devDeps = lib.mkOptionDefault (with pkgs; [
|
||||||
espflash
|
espflash
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
krantz.rust.cargoArtifacts.extraAttrs = lib.mkOptionDefault {
|
||||||
|
doCheck = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
krantz.rust.package.extraAttrs = lib.mkOptionDefault {
|
||||||
|
doCheck = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user