Avoid top-level with ...; in pkgs/top-level/release-r.nix

This commit is contained in:
Philip Taron
2024-03-08 14:55:07 -08:00
parent 8a034c526e
commit 5a64a05c66
+7 -1
View File
@@ -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;