Skip to content

Commit df11b55

Browse files
committed
chore: make util-linux modifications more concise
1 parent 0222c6d commit df11b55

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
@@ -32,12 +32,11 @@ in
3232
(final: prev: {
3333
# save ~12MB by not bundling manpages
3434
coreutils-full = prev.coreutils;
35-
# save ~20MB by making them minimal
35+
# save ~16MB by making them minimal
3636
util-linux = prev.util-linux.override {
3737
nlsSupport = false;
3838
ncursesSupport = false;
3939
systemdSupport = false;
40-
translateManpages = false;
4140
};
4241
# save ~6MB by removing one bash
4342
bashInteractive = prev.bash;

0 commit comments

Comments
 (0)