nixosTests.timescaledb: fix build, bump postgres version
This commit is contained in:
parent
f6ec4230d7
commit
df3ae6ee5c
@ -83,7 +83,7 @@ let
|
||||
'';
|
||||
|
||||
};
|
||||
applicablePostgresqlVersions = filterAttrs (_: value: versionAtLeast value.version "12") postgresql-versions;
|
||||
applicablePostgresqlVersions = filterAttrs (_: value: versionAtLeast value.version "14") postgresql-versions;
|
||||
in
|
||||
mapAttrs'
|
||||
(name: package: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user