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