nixosTests.postgresql: run tests with JIT as well

This was intended for quite some time already, but ever since enableJIT
was changed to be the source of truth of JIT-iness for the PostgreSQL
module, this hasn't worked for the tests anymore.
This commit is contained in:
Wolfgang Walther
2024-11-12 21:02:10 +01:00
parent f1e22103a9
commit 9486472352
9 changed files with 14 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ let
services.postgresql = {
inherit package;
enable = true;
enableJIT = lib.hasInfix "-jit-" package.name;
enableTCPIP = true;
ensureUsers = [
{