My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/top-level/release-r.nix

13 lines
341 B

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