Skip to content

Commit 7d8d5bb

Browse files
samrosesoedirgo
andauthored
Update nix/docs/adding-new-package.md
Co-authored-by: Bobbie Soedirgo <[email protected]>
1 parent c1eb33e commit 7d8d5bb

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
@@ -151,7 +151,7 @@ A few things about `buildPgrxExtension_x`:
151151

152152

153153
1. You can add and run tests as described in https://github.com/supabase/postgres/blob/develop/nix/docs/adding-tests.md
154-
2. You may need to add tests to our testdatabase.yml gh action workflow as well.
154+
2. You may need to add tests to our test.yml gh action workflow as well.
155155
3. You can add the package and name and version to `ansible/vars.yml` it is not necessary to add the sha256 hash here, as the package is already built and cached in our release process before these vars are ever run.
156156
4. to check that all your files will land in the overall build correctly, you can run `nix profile install .#psql_15/bin` on your machine, and check in `~/.nix-profile/bin, ~/.nix-profile/lib, ~/.nix-profile/share/postgresql/*` and you should see your lib, .control and sql files there.
157157
5. You can also run `nix run .#start-server 15` and in a new terminal window run `nix run .#star-client-and-migrate 15` and try to `CREATE EXTENSION <yourname>` and work with it there

0 commit comments

Comments
 (0)