skrott: yeetus ncdu

This commit is contained in:
h7x4
2026-01-26 15:45:10 +09:00
parent c78c29aaa6
commit d7bb316056

View File

@@ -236,9 +236,10 @@
overlays = [ overlays = [
inputs.dibbler.overlays.default inputs.dibbler.overlays.default
(final: prev: { (final: prev: {
# NOTE: Yeetus # NOTE: Yeetus (these break crosscompile ¯\_(ツ)_/¯)
atool = prev.emptyDirectory; atool = prev.emptyDirectory;
micro = prev.emptyDirectory; micro = prev.emptyDirectory;
ncdu = prev.emptyDirectory;
}) })
]; ];
}; };