mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixosTests.timescaledb: fix build, bump postgres version
This commit is contained in:
parent
f6ec4230d7
commit
df3ae6ee5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue