diff options
| author | Justin Bedo <cu@cua0.org> | 2021-10-06 22:11:45 +1100 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2021-10-06 22:11:45 +1100 |
| commit | 53390772ca02249937ea0c5fe7bb2f6503bb490f (patch) | |
| tree | 630b86a61fdbd83755170a0deccae9944e5f529f | |
| parent | Merge pull request #140734 from r-ryantm/auto-update/python3.8-google-cloud-c... (diff) | |
| download | nixpkgs-53390772ca02249937ea0c5fe7bb2f6503bb490f.tar.gz | |
top-level/release-r.nix: init Hydra job set for rPackages
| -rw-r--r-- | pkgs/top-level/release-r.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/release-r.nix b/pkgs/top-level/release-r.nix new file mode 100644 index 000000000000..d31e9ced22d5 --- /dev/null +++ b/pkgs/top-level/release-r.nix @@ -0,0 +1,13 @@ +/* + 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" "x86_64-darwin" "aarch64-linux" ] }: + +with import ./release-lib.nix { inherit supportedSystems; }; + +mapTestOn { + rPackages = packagePlatforms pkgs.rPackages; +} |
