1
0

Package wetter files

This commit is contained in:
2021-01-24 15:56:45 +01:00
parent a29b9c648a
commit 901cb8c811
2 changed files with 84 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
self: super: {
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) python2 pkgconfig libsass;
};
}