Add mosquitto to devshell
This commit is contained in:
parent
96d9ca3dc8
commit
b0c1c7d966
|
@ -32,14 +32,19 @@
|
|||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# Dhall (config) stuff
|
||||
dhall
|
||||
dhall-lsp-server
|
||||
# Rust!
|
||||
(rust-bin.stable.latest.default.override {
|
||||
extensions = ["rls"];
|
||||
})
|
||||
# Build requirements
|
||||
pkg-config
|
||||
libusb
|
||||
openssl
|
||||
dhall-lsp-server
|
||||
# Utils
|
||||
mosquitto # So we can poke mqtt
|
||||
];
|
||||
};
|
||||
formatter = pkgs.alejandra;
|
||||
|
|
Loading…
Reference in New Issue