chore: cleanup

This commit is contained in:
Daniel Lundin 2024-11-14 20:06:23 +01:00
commit a4d0e10cc4
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 0 additions and 149 deletions
overlays

View file

@ -1,21 +0,0 @@
final: prev: {
# Build mkfs.erofs with zstd support
erofs-utils = prev.erofs-utils.overrideAttrs (old: {
buildInputs = old.buildInputs ++ [ prev.zstd ];
configureFlags = old.configureFlags ++ [
"--enable-multithreading"
"--enable-zstd"
];
});
## FIXME: Revisit + refine these below in a future image minimization effort
# util-linux = prev.util-linux.override {
# ncursesSupport = false;
# nlsSupport = false;
# };
#
# dbus = prev.dbus.override {
# x11Support = false;
# };
}