tests/mysql: properly specify percona packages

This commit is contained in:
Oliver Schmidt 2024-10-13 20:58:42 +02:00
parent 4b5141e018
commit 6d0da9a167

View File

@ -4,7 +4,7 @@
inherit (pkgs) mysql80;
};
perconaPackages = {
inherit (pkgs) percona-server_lts percona-server_innovation;
inherit (pkgs) percona-server_8_0 percona-server_8_4;
};
mkTestName = pkg: "mariadb_${builtins.replaceStrings ["."] [""] (lib.versions.majorMinor pkg.version)}";
}