about summary refs log tree commit diff
path: root/nixpkgs/pkgs/top-level/release-r.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/top-level/release-r.nix')
-rw-r--r--nixpkgs/pkgs/top-level/release-r.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/top-level/release-r.nix b/nixpkgs/pkgs/top-level/release-r.nix
index 4c715a7786d6..898436de8cc4 100644
--- a/nixpkgs/pkgs/top-level/release-r.nix
+++ b/nixpkgs/pkgs/top-level/release-r.nix
@@ -6,7 +6,13 @@
 */
 { supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] }:
 
-with import ./release-lib.nix { inherit supportedSystems; };
+let
+  inherit (import ./release-lib.nix { inherit supportedSystems; })
+    mapTestOn
+    packagePlatforms
+    pkgs
+    ;
+in
 
 mapTestOn {
   rPackages = packagePlatforms pkgs.rPackages;