Skip to content

Commit 5783cdf

Browse files
committed
chore: include lib
1 parent 734d857 commit 5783cdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/packages/lib.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"17"
2424
else
2525
"unknown";
26+
version = builtins.trace "pgpkg.version is: ${pgVersion} from ${name} " pgVersion;
2627

2728
paths =
2829
{
@@ -72,7 +73,7 @@
7273
};
7374
}
7475
// (
75-
if pgVersion == "15" then
76+
if pgVersion == "15" || version == "15" then
7677
{
7778
pgHbaConfigFile = builtins.path {
7879
name = "pg_hba.conf";

0 commit comments

Comments
 (0)