mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
pgvecto-rs: update links in comments to new website
The pgvecto.rs domain is no longer registered.
This commit is contained in:
parent
dd613136ee
commit
f875b09f1e
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
let
|
let
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
|
|
||||||
# Test cases from https://docs.pgvecto.rs/use-cases/hybrid-search.html
|
# Test cases from https://docs.vectorchord.ai/use-case/hybrid-search.html
|
||||||
test-sql = pkgs.writeText "postgresql-test" ''
|
test-sql = pkgs.writeText "postgresql-test" ''
|
||||||
CREATE EXTENSION vectors;
|
CREATE EXTENSION vectors;
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
let
|
let
|
||||||
# Upstream only works with clang 16, so we're pinning it here to
|
# Upstream only works with clang 16, so we're pinning it here to
|
||||||
# avoid future incompatibility.
|
# avoid future incompatibility.
|
||||||
# See https://docs.pgvecto.rs/developers/development.html#environment, step 4
|
# See https://docs.vectorchord.ai/developers/development.html#set-up-development-environment, step 2
|
||||||
clang = clang_16;
|
clang = clang_16;
|
||||||
rustPlatform' = rustPlatform // {
|
rustPlatform' = rustPlatform // {
|
||||||
bindgenHook = rustPlatform.bindgenHook.override { inherit clang; };
|
bindgenHook = rustPlatform.bindgenHook.override { inherit clang; };
|
||||||
|
@ -27,7 +27,7 @@ in
|
||||||
(buildPgrxExtension.override {
|
(buildPgrxExtension.override {
|
||||||
# Upstream only works with a fixed version of cargo-pgrx for each release,
|
# Upstream only works with a fixed version of cargo-pgrx for each release,
|
||||||
# so we're pinning it here to avoid future incompatibility.
|
# so we're pinning it here to avoid future incompatibility.
|
||||||
# See https://docs.pgvecto.rs/developers/development.html#environment, step 6
|
# See https://docs.vectorchord.ai/developers/development.html#set-up-development-environment, step 5
|
||||||
cargo-pgrx = cargo-pgrx_0_12_0_alpha_1;
|
cargo-pgrx = cargo-pgrx_0_12_0_alpha_1;
|
||||||
rustPlatform = rustPlatform';
|
rustPlatform = rustPlatform';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue