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 d314e8f commit f0a2fc1Copy full SHA for f0a2fc1
nix/checks.nix
@@ -287,9 +287,9 @@
287
'';
288
in
289
{
290
- psql_15 = self'.packages."psql_15/bin";
291
- psql_17 = self'.packages."psql_17/bin";
292
- psql_orioledb-17 = self'.packages."psql_orioledb-17/bin";
+ psql_15 = makeCheckHarness self'.packages."psql_15/bin";
+ psql_17 = makeCheckHarness self'.packages."psql_17/bin";
+ psql_orioledb-17 = makeCheckHarness self'.packages."psql_orioledb-17/bin";
293
inherit (self'.packages)
294
wal-g-2
295
wal-g-3
0 commit comments