diff --git a/pkgs/default.nix b/pkgs/default.nix
index 19e317af8ed25db9a327dec655e1ad361db7697c..9f6ef551788316273b08533260e6955bb2a077e2 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -358,6 +358,9 @@ mongoose = callPackage ./mqtt/mongoose { };
mqtt-benchmark = callPackage ./mqtt/mqtt-benchmark { };
mqtt-to-influxdb = callPackage ./mqtt/mqtt-to-influxdb { };
mqtt-to-influxdb-forwarder = callPackage ./mqtt/mqtt-to-influxdb-forwarder { };
inherit (darwin.apple_sdk.frameworks) Security;
### NAKARTE
diff --git a/pkgs/mqtt/rumqtt/default.nix b/pkgs/mqtt/rumqtt/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..895ac65891969e4de24cb0a8c52843d430a8ca43
--- /dev/null
+++ b/pkgs/mqtt/rumqtt/default.nix
@@ -0,0 +1,26 @@
+{ lib, stdenv, rustPlatform, fetchFromGitHub, cmake, Security }:
+rustPlatform.buildRustPackage rec {
+}
application/octet-stream
This content has been proxied by September (3851b).