about summary refs log tree commit diff
path: root/pkgs/top-level/release-r.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-10-06 22:11:45 +1100
committerJustin Bedo <cu@cua0.org>2021-10-06 22:11:45 +1100
commit53390772ca02249937ea0c5fe7bb2f6503bb490f (patch)
tree630b86a61fdbd83755170a0deccae9944e5f529f /pkgs/top-level/release-r.nix
parent1c1b567985bd1be77601657562ed20299d169529 (diff)
top-level/release-r.nix: init Hydra job set for rPackages
Diffstat (limited to 'pkgs/top-level/release-r.nix')
-rw-r--r--pkgs/top-level/release-r.nix13
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 0000000000000..d31e9ced22d5f
--- /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;
+}