Skip to content

Commit 6275988

Browse files
committed
chore: make util-linux modifications more concise
1 parent 51f092e commit 6275988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/installer.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ in
3333
(final: prev: {
3434
# save ~12MB by not bundling manpages
3535
coreutils-full = prev.coreutils;
36-
# save ~20MB by making them minimal
36+
# save ~16MB by making them minimal
3737
util-linux = prev.util-linux.override {
3838
nlsSupport = false;
3939
ncursesSupport = false;
4040
systemdSupport = false;
41-
translateManpages = false;
4241
};
4342
# save ~6MB by removing one bash
4443
bashInteractive = prev.bash;

0 commit comments

Comments
 (0)