We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f498 commit 5d524ceCopy full SHA for 5d524ce
pkgs/servers/sql/postgresql/ext/pgx_ulid.nix
@@ -26,7 +26,7 @@ buildPgrxExtension rec {
26
# https://github.com/pksunkara/pgx_ulid/blob/084778c3e2af08d16ec5ec3ef4e8f345ba0daa33/.github/workflows/release.yml#L81
27
# Upgrade scripts should be added later, so we also rename them with wildcard
28
# https://github.com/pksunkara/pgx_ulid/issues/49
29
- ${util-linux}/bin/rename ${pname} ulid $out/share/postgresql/extension/${pname}*
+ ${util-linux}/bin/rename pgx_ulid ulid $out/share/postgresql/extension/pgx_ulid*
30
'';
31
32
# pgrx tests try to install the extension into postgresql nix store
0 commit comments