7 lines
204 B
Nix
7 lines
204 B
Nix
self: super: {
|
|
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
|
|
wetter = self.python3.pkgs.callPackage ./wetter {
|
|
inherit (self) python2 pkgconfig libsass;
|
|
};
|
|
}
|