Skip to content

Commit d1cf398

Browse files
Update nix/docs/adding-new-package.md
Co-authored-by: Steve Chavez <[email protected]>
1 parent 7dd2705 commit d1cf398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/docs/adding-new-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## C/C++ postgres extensions
1010

11-
If you are creating a C/C++ extension, the pattern found in for instance https://github.com/supabase/postgres/blob/develop/nix/ext/pgvector.nix will work well.
11+
If you are creating a C/C++ extension, the pattern found in https://github.com/supabase/postgres/blob/develop/nix/ext/pgvector.nix will work well.
1212

1313
```
1414
{ lib, stdenv, fetchFromGitHub, postgresql }:

0 commit comments

Comments
 (0)