2021-10-06 12:11:45 +01:00
|
|
|
/*
|
|
|
|
This is the Hydra jobset for the `r-updates` branch in Nixpkgs.
|
|
|
|
The jobset can be tested by:
|
|
|
|
|
|
|
|
$ hydra-eval-jobs -I . pkgs/top-level/release-r.nix
|
|
|
|
*/
|
2021-11-01 19:53:13 +00:00
|
|
|
{ supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] }:
|
2021-10-06 12:11:45 +01:00
|
|
|
|
|
|
|
with import ./release-lib.nix { inherit supportedSystems; };
|
|
|
|
|
|
|
|
mapTestOn {
|
|
|
|
rPackages = packagePlatforms pkgs.rPackages;
|
|
|
|
}
|