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