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
7 { supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] }:
10 inherit (import ./release-lib.nix { inherit supportedSystems; })
18 rPackages = packagePlatforms pkgs.rPackages;