chore: cleanup
This commit is contained in:
parent
25333d5660
commit
a4d0e10cc4
2 changed files with 0 additions and 149 deletions
overlays
|
@ -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;
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue