1
0

Deploy iot-data

This commit is contained in:
2021-06-19 12:51:38 +02:00
parent 416c19b1c3
commit 4707c565b1
4 changed files with 67 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
self: super: {
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
flask-excel = self.python3.pkgs.callPackage ./flask-excel {};
iot-data = self.python3.pkgs.callPackage ./iot-data {};
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};