12 lines
519 B
Nix
12 lines
519 B
Nix
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 {};
|
|
wetter = self.python3.pkgs.callPackage ./wetter {
|
|
inherit (self) pkg-config libsass;
|
|
};
|
|
}
|