0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixosTests.timescaledb: fix build, bump postgres version

This commit is contained in:
Kirill Radzikhovskyy 2024-10-13 19:21:23 +11:00
parent f6ec4230d7
commit df3ae6ee5c

View file

@ -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: {