diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 536cfb81d58..4088fc088dc 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -180,8 +180,9 @@ let }; in { crossGNU = mapTestOnCross crossSystem { - hurdCross = nativePlatforms; - mach.hostDrv = nativePlatforms; + gnu.hurdCross = nativePlatforms; + gnu.mach.hostDrv = nativePlatforms; + gnu.mig = nativePlatforms; coreutils.hostDrv = nativePlatforms; ed.hostDrv = nativePlatforms;