ctucx.git: mqtt-webui

webui for mqtt, can be used to control/display data in mqtt-topics

commit 708d6abe88b66087007f339c601b54d8ba0a1fcd
parent 3a1b78bbf8aad83c19d39b45182555a98bd24fc8
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 1 May 2023 21:02:35 +0200

flake/package: remove manifest.json from package
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -27,6 +27,7 @@
         installPhase = ''
           mkdir -p $out
           cp -r deps/mqtt-webui/www/. $out
+          rm $out/manifest.json
         '';
       };