summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-09-06 19:17:44 +0000
committerJan Malakhovski <oxij@oxij.org>2018-09-23 20:47:58 +0000
commitfe744d3fb1d61e6f7f7c2f40217364f9577390ca (patch)
tree522c9fc8d568e238399b376f00e74dbc4056b4a4 /nixos/modules/installer
parent56853dc6d83a861050bbc02041dbe65f7b1b6f63 (diff)
downloadnixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.tar
nixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.tar.gz
nixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.tar.bz2
nixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.tar.lz
nixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.tar.xz
nixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.tar.zst
nixlib-fe744d3fb1d61e6f7f7c2f40217364f9577390ca.zip
nixos: doc: rename `manual` to `manualHTML`, cleanup references
Because when I see "config.system.build.manual.manual" after I forgot
what it means I ask "Why do I need that second `.manual` there again?".
Doesn't happen with `config.system.build.manual.manualHTML`.
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
index f71ed46c7e9e..1c3c9cb30b41 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
@@ -30,7 +30,7 @@ with lib;
       Version=1.0
       Type=Application
       Name=NixOS Manual
-      Exec=firefox ${config.system.build.manual.manual}/share/doc/nixos/index.html
+      Exec=firefox ${config.system.build.manual.manualHTMLIndex}
       Icon=text-html
     '';