We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0222c6d commit df11b55Copy full SHA for df11b55
nix/installer.nix
@@ -32,12 +32,11 @@ in
32
(final: prev: {
33
# save ~12MB by not bundling manpages
34
coreutils-full = prev.coreutils;
35
- # save ~20MB by making them minimal
+ # save ~16MB by making them minimal
36
util-linux = prev.util-linux.override {
37
nlsSupport = false;
38
ncursesSupport = false;
39
systemdSupport = false;
40
- translateManpages = false;
41
};
42
# save ~6MB by removing one bash
43
bashInteractive = prev.bash;
0 commit comments