postgresqlPackages.timescaledb_toolkit: fix passthru tests

Missed the second reference to the VM tests in
e06b22b254.
This commit is contained in:
Wolfgang Walther
2025-04-24 10:18:11 +02:00
parent 1a2cd3683e
commit 28136b54b5
@@ -4,7 +4,6 @@
fetchFromGitHub,
lib,
nix-update-script,
nixosTests,
postgresql,
}:
@@ -27,7 +26,7 @@
passthru = {
updateScript = nix-update-script { };
tests = nixosTests.postgresql.timescaledb.passthru.override postgresql;
tests = postgresql.pkgs.timescaledb.tests;
};
# tests take really long