ctucx.git: nixfiles

ctucx' nixfiles

commit dbffdb85306fb9fca082c6a9a6266f7120d6a1d7
parent 2fd2ab5d7f9aa911cbb75b19b2d9d00541ba5c66
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 2 Dec 2024 19:34:09 +0100

flake.nix: remove `solax2mqtt` and `lacrosse2mqtt`
1 file changed, 0 insertions(+), 18 deletions(-)
M
flake.nix
|
18
------------------
diff --git a/flake.nix b/flake.nix
@@ -77,8 +77,6 @@
       inputs.mobile-coverage-map.overlay
 
       inputs.sdm2mqtt.overlay
-      inputs.solax2mqtt.overlay
-      inputs.lacrosse2mqtt.overlay
       inputs.departures2mqtt.overlay
       inputs.mqtt-webui.overlay
 

@@ -230,22 +228,6 @@
       inputs.flake-utils.follows = "flake-utils";
     };
 
-    solax2mqtt = {
-      type  = "git";
-      url   = "https://git.ctu.cx/solax2mqtt";
-      ref   = "main";
-      inputs.nixpkgs.follows     = "nixpkgs";
-      inputs.flake-utils.follows = "flake-utils";
-    };
-
-    lacrosse2mqtt = {
-      type  = "git";
-      url   = "https://git.ctu.cx/lacrosse2mqtt";
-      ref   = "master";
-      inputs.nixpkgs.follows     = "nixpkgs";
-      inputs.flake-utils.follows = "flake-utils";
-    };
-
     departures2mqtt = {
       type  = "git";
       url   = "https://git.ctu.cx/departures2mqtt";