1
0
Fork 0
nixfiles/pkgs/overlay.nix

11 lines
468 B
Nix
Raw Normal View History

2020-12-09 22:42:39 +01:00
self: super: {
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
2021-01-28 16:39:25 +01:00
flask-excel = self.python3.pkgs.callPackage ./flask-excel {};
2021-01-28 16:40:05 +01:00
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
2021-01-28 16:26:10 +01:00
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
2021-05-15 18:43:15 +02:00
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
2021-01-24 15:56:45 +01:00
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) python2 pkgconfig libsass;
};
2020-12-09 22:42:39 +01:00
}