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 9f4b869 commit 2ea1e90Copy full SHA for 2ea1e90
flake.nix
@@ -291,7 +291,7 @@
291
postgresVersions = {
292
psql_15 = makePostgres "15";
293
psql_16 = makePostgres "16";
294
- psql_orioledb_16 = makeOrioleDbPostgres "16_31" postgresql_orioledb_16;
+ psql_oriole-16 = makeOrioleDbPostgres "16_31" postgresql_orioledb_16;
295
};
296
297
# Find the active PostgreSQL version
@@ -313,7 +313,7 @@
313
# PostgreSQL versions.
314
psql_15 = postgresVersions.psql_15;
315
psql_16 = postgresVersions.psql_16;
316
- psql_orioledb_16 = postgresVersions.psql_orioledb_16;
+ psql_oriole-16 = postgresVersions.psql_oriole-16;
317
sfcgal = sfcgal;
318
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;
319
inherit postgresql_15 postgresql_16;
0 commit comments