swapspace: 1.18 -> 1.18.1
[NixPkgs.git] / pkgs / top-level / release-perl.nix
blob2443c7efa6fe59de420b354325faf61e17c83ceb
1 /*
2   This is the Hydra jobset for the `perl-updates` branch in Nixpkgs.
3   The jobset can be tested by:
5   $ hydra-eval-jobs pkgs/top-level/release-perl.nix
6 */
9   supportedSystems ? [
10     "x86_64-linux"
11     "aarch64-linux"
12   ],
15 let
16   inherit (import ./release-lib.nix { inherit supportedSystems; }) mapTestOn packagePlatforms pkgs;
19 mapTestOn { perlPackages = packagePlatforms pkgs.perlPackages; }