Skip to content

Commit 5d524ce

Browse files
committed
hardcode the renamed extension files
1 parent e66f498 commit 5d524ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/sql/postgresql/ext/pgx_ulid.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildPgrxExtension rec {
2626
# https://github.com/pksunkara/pgx_ulid/blob/084778c3e2af08d16ec5ec3ef4e8f345ba0daa33/.github/workflows/release.yml#L81
2727
# Upgrade scripts should be added later, so we also rename them with wildcard
2828
# https://github.com/pksunkara/pgx_ulid/issues/49
29-
${util-linux}/bin/rename ${pname} ulid $out/share/postgresql/extension/${pname}*
29+
${util-linux}/bin/rename pgx_ulid ulid $out/share/postgresql/extension/pgx_ulid*
3030
'';
3131

3232
# pgrx tests try to install the extension into postgresql nix store

0 commit comments

Comments
 (0)