bump pytapo, add libedgetpu

This commit is contained in:
fleaz 2023-11-18 23:46:27 +01:00
parent 6b29f58343
commit c38e197482
4 changed files with 85 additions and 3 deletions

View file

@ -13,4 +13,6 @@ self: super: {
studio-link = super.callPackage ./studio-link.nix { };
nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
}
libedgetpu = self.callPackage ./libedgetpu {};
}