mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-04 09:10:01 +01:00
skrott: yeetus ncdu
This commit is contained in:
@@ -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;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user