try to package neolink

This commit is contained in:
fleaz 2023-12-01 14:58:00 +01:00
parent c38e197482
commit 76285643d8
2 changed files with 44 additions and 1 deletions

View file

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