Skip to content

Commit

Permalink
tests/mysql: properly specify percona packages
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx committed Oct 13, 2024
1 parent 1d05533 commit db92bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/mysql/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)}";
}

0 comments on commit db92bb5

Please sign in to comment.