1
0
Fork 0
nixfiles/pkgs/overlay.nix

9 lines
336 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:26:10 +01:00
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
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
}