From 46c75005c7f1023fe67c1fd34639ffa8d6550fcf Mon Sep 17 00:00:00 2001 From: Bart Date: Sun, 19 Oct 2025 22:34:05 +0200 Subject: [PATCH] added paho-mqtt --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e8202e0..5556d0a 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ pip virtualenv requests - + paho-mqtt # Optional: Add other helpful dev tools outside of the python-pkgs set if needed # (e.g., git, pre-commit, bash-completion) ]))