mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
9164c33ab6
To work around the pkgs/by-name CI check, I applied the recommended structure refactoring as documented in https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name#further-possible-refactorings
7 lines
171 B
Nix
7 lines
171 B
Nix
pkgs: {
|
|
percona-xtrabackup_lts = pkgs.callPackage ./lts.nix {
|
|
boost = pkgs.boost177;
|
|
};
|
|
percona-xtrabackup_innovation = pkgs.callPackage ./innovation.nix { };
|
|
}
|