disable libedgetpu

This commit is contained in:
fleaz 2024-11-21 23:50:18 +01:00
parent 1fb677b6b9
commit c070048716
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ self: super: {
#pulse-secure = super.callPackage ./pulse-secure { };
studio-link = super.callPackage ./studio-link { };
#nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
libedgetpu = self.callPackage ./libedgetpu { };
#libedgetpu = self.callPackage ./libedgetpu { };
neolink = self.callPackage ./neolink { };
#mealie = self.callPackage ./mealie { };
gohome = self.callPackage ./gohome { };