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 24d1315 commit 76ccfedCopy full SHA for 76ccfed
nix/checks.nix
@@ -10,6 +10,7 @@
10
}:
11
let
12
pkgs-lib = pkgs.callPackage ./packages/lib.nix {
13
+ psql_legacy-14 = self'.packages."psql_legacy-14/bin";
14
psql_15 = self'.packages."psql_15/bin";
15
psql_17 = self'.packages."psql_17/bin";
16
psql_orioledb-17 = self'.packages."psql_orioledb-17/bin";
0 commit comments