about summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-10-27 13:16:30 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-10-27 13:16:30 +0300
commit717206010fae20bcdb5ff2b523cfceb7f68f03bf (patch)
treecedcc67022b9750db111128aa4507b5badb71dc6 /nixos/modules/profiles/base.nix
parenta136c986bf29fd216aa52dcb35e21d8d92a9e95c (diff)
downloadnixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.tar
nixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.tar.gz
nixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.tar.bz2
nixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.tar.lz
nixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.tar.xz
nixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.tar.zst
nixlib-717206010fae20bcdb5ff2b523cfceb7f68f03bf.zip
nixos/installer: Drop extra copy of w3m
The nixos-manual service already uses w3m-nographics for a variant that
drops unnecessary junk like various image libraries.

iso_minimal closure (i.e. uncompressed) goes from 1884M -> 1837M.
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 5aaffa4f1f2a..3f2c420a2bed 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -7,7 +7,7 @@
   # Include some utilities that are useful for installing or repairing
   # the system.
   environment.systemPackages = [
-    pkgs.w3m-nox # needed for the manual anyway
+    pkgs.w3m-nographics # needed for the manual anyway
     pkgs.testdisk # useful for repairing boot problems
     pkgs.ms-sys # for writing Microsoft boot sectors / MBRs
     pkgs.efibootmgr