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 51f092e commit 6275988Copy full SHA for 6275988
nix/installer.nix
@@ -33,12 +33,11 @@ in
33
(final: prev: {
34
# save ~12MB by not bundling manpages
35
coreutils-full = prev.coreutils;
36
- # save ~20MB by making them minimal
+ # save ~16MB by making them minimal
37
util-linux = prev.util-linux.override {
38
nlsSupport = false;
39
ncursesSupport = false;
40
systemdSupport = false;
41
- translateManpages = false;
42
};
43
# save ~6MB by removing one bash
44
bashInteractive = prev.bash;
0 commit comments