mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 06:18:52 +00:00
Avoid top-level with ...;
in pkgs/top-level/release-r.nix
This commit is contained in:
parent
8a034c526e
commit
5a64a05c66
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user