From df3ae6ee5cc21822d04755fd2baa3df00b75eacf Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Sun, 13 Oct 2024 19:21:23 +1100 Subject: [PATCH] nixosTests.timescaledb: fix build, bump postgres version --- nixos/tests/timescaledb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/timescaledb.nix b/nixos/tests/timescaledb.nix index ba0a3cec6076..8ee788daeac7 100644 --- a/nixos/tests/timescaledb.nix +++ b/nixos/tests/timescaledb.nix @@ -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: {