Disable overlays for linux-utils and dbus for now.
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
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:
parent
3f347427ed
commit
892d1b72f8
1 changed files with 9 additions and 7 deletions
|
@ -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;
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue