From 52ee811b055fe9a8247748f72868ad6423922866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Thu, 8 May 2025 16:39:01 +0200 Subject: [PATCH] + postgres 15 --- deployment/check/basic/nixosTest.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/check/basic/nixosTest.nix b/deployment/check/basic/nixosTest.nix index bcdf9f6d..b49be6c3 100644 --- a/deployment/check/basic/nixosTest.nix +++ b/deployment/check/basic/nixosTest.nix @@ -91,6 +91,8 @@ testers.runNixOSTest ( pkgs.peertube.inputDerivation pkgs.gixy pkgs.gixy.inputDerivation + + pkgs.postgresql_15 ] ++ lib.concatLists ( map (tm: extraDependenciesFromMachine nodes.${tm}) (targetMachines ++ [ "fake" ])