From b6accbcc2ac2654b35bc450364674126c2493e9b Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Fri, 20 Sep 2024 23:35:40 +0000 Subject: [PATCH] xen: drop stubdomains TODO note It has been decided in #343111 that we should not build MiniOS stubdomains, and instead use Linux-based ones for now. Once MirageOS or Unikraft is packaged, we can switch to using those microkernels as stubdomains. Signed-off-by: Fernando Rodrigues --- pkgs/applications/virtualization/xen/generic/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/virtualization/xen/generic/default.nix b/pkgs/applications/virtualization/xen/generic/default.nix index a332589450a852..75664557656753 100644 --- a/pkgs/applications/virtualization/xen/generic/default.nix +++ b/pkgs/applications/virtualization/xen/generic/default.nix @@ -426,8 +426,6 @@ stdenv.mkDerivation (finalAttrs: { "xen" # Build the Xen Hypervisor. "tools" # Build the userspace tools, such as `xl`. "docs" # Build the Xen Documentation - # TODO: Enable the Stubdomains target. This requires another pre-fetched source: mini-os. Currently, Xen appears to build a limited version of stubdomains which does not include mini-os. - # "stubdom" ]; enableParallelBuilding = true;