postgresqlPackages.pgvector: init at 0.1.0

This commit is contained in:
Mario Rodas
2021-04-22 04:20:00 +00:00
parent cc9e099e63
commit d743c85654
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ self: super: {
pgroonga = super.callPackage ./ext/pgroonga.nix { };
pgvector = super.callPackage ./ext/pgvector.nix { };
plpgsql_check = super.callPackage ./ext/plpgsql_check.nix { };
plr = super.callPackage ./ext/plr.nix { };