Skip to content

Commit 2ea1e90

Browse files
committed
fix: make sure name lines up with gh action convention
1 parent 9f4b869 commit 2ea1e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
postgresVersions = {
292292
psql_15 = makePostgres "15";
293293
psql_16 = makePostgres "16";
294-
psql_orioledb_16 = makeOrioleDbPostgres "16_31" postgresql_orioledb_16;
294+
psql_oriole-16 = makeOrioleDbPostgres "16_31" postgresql_orioledb_16;
295295
};
296296

297297
# Find the active PostgreSQL version
@@ -313,7 +313,7 @@
313313
# PostgreSQL versions.
314314
psql_15 = postgresVersions.psql_15;
315315
psql_16 = postgresVersions.psql_16;
316-
psql_orioledb_16 = postgresVersions.psql_orioledb_16;
316+
psql_oriole-16 = postgresVersions.psql_oriole-16;
317317
sfcgal = sfcgal;
318318
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;
319319
inherit postgresql_15 postgresql_16;

0 commit comments

Comments
 (0)