1de69f5ef7
It reaches it's EOL before the NixOS 26.05 release, so drop as release preperation.
5 lines
121 B
Nix
5 lines
121 B
Nix
pkgs: {
|
|
percona-xtrabackup_8_4 = pkgs.callPackage ./8_4.nix { };
|
|
percona-xtrabackup = pkgs.percona-xtrabackup_8_4;
|
|
}
|