diff options
| author | Oliver Schmidt <os@flyingcircus.io> | 2024-10-13 20:58:42 +0200 |
|---|---|---|
| committer | Oliver Schmidt <os@flyingcircus.io> | 2024-10-13 23:04:24 +0200 |
| commit | 6d0da9a167b688525dc7c7f778104ad3126c7bd6 (patch) | |
| tree | ec586e03a8ff2369d2d184d69e3a688ac71db8a4 | |
| parent | percona: deprecate innovation/lts release flavours (diff) | |
| download | nixpkgs-6d0da9a167b688525dc7c7f778104ad3126c7bd6.tar.gz | |
tests/mysql: properly specify percona packages
| -rw-r--r-- | nixos/tests/mysql/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mysql/common.nix b/nixos/tests/mysql/common.nix index ad54b0e00c1b..079eff163b1c 100644 --- a/nixos/tests/mysql/common.nix +++ b/nixos/tests/mysql/common.nix @@ -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)}"; } |
