Disable overlays for linux-utils and dbus for now.

We probably want to revisit this later when minimizing the image, but
let's avoid rebuilding most of the world at this point.
This commit is contained in:
Daniel Lundin 2024-10-23 22:13:40 +02:00
parent 3f347427ed
commit 892d1b72f8
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -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;
# };
}