diff --git a/overlays/default.nix b/overlays/default.nix index dfc7ebb..31634f8 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -8,12 +8,14 @@ final: prev: { ]; }); - util-linux = prev.util-linux.override { - ncursesSupport = false; - nlsSupport = false; - }; + ## FIXME: Revisit + refine these below in a future image minimization effort - dbus = prev.dbus.override { - x11Support = false; - }; + # util-linux = prev.util-linux.override { + # ncursesSupport = false; + # nlsSupport = false; + # }; + # + # dbus = prev.dbus.override { + # x11Support = false; + # }; }