This commit is contained in:
2024-05-05 22:13:18 +02:00
parent a24a606df6
commit a03e890349
5 changed files with 189 additions and 14 deletions

View File

@@ -52,7 +52,7 @@
devShell = with pkgs; mkShell ({
RUST_SRC_PATH = "${fenix'.complete.rust-src}/lib/rustlib/src/rust/library";
nativeBuildInputs = [ toolchain cargo-espmonitor cargo-espflash ] ++ defaultPackage.depsBuildBuild;
nativeBuildInputs = [ toolchain cargo-espmonitor cargo-espflash mosquitto ] ++ defaultPackage.depsBuildBuild;
} // (lib.filterAttrs (name: _: lib.hasPrefix "CARGO_" name || lib.hasPrefix "RUST" name) defaultPackage));
}
);