about summary refs log tree commit diff
path: root/nixos/doc/manual/development
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-09 18:20:12 +0100
committerGitHub <noreply@github.com>2020-01-09 18:20:12 +0100
commite9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8 (patch)
tree6843c9cf711a97041ba6c964e7a8528e1ae0cae0 /nixos/doc/manual/development
parent4052aa377e4b1f50ee3f7b147177d1f1d966cf1b (diff)
parenta6462a4a8b9d55586f8706484c155b2de2a34877 (diff)
downloadnixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.tar
nixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.tar.gz
nixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.tar.bz2
nixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.tar.lz
nixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.tar.xz
nixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.tar.zst
nixlib-e9c16ec186b2fc4be93f9dd2be5afaef76cdc6f8.zip
Merge pull request #76857 from Infinisil/recursive-disableModules
Apply `disabledModules` recursively
Diffstat (limited to 'nixos/doc/manual/development')
-rw-r--r--nixos/doc/manual/development/replace-modules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/replace-modules.xml b/nixos/doc/manual/development/replace-modules.xml
index 7b103c36d907..b4a466e22942 100644
--- a/nixos/doc/manual/development/replace-modules.xml
+++ b/nixos/doc/manual/development/replace-modules.xml
@@ -6,8 +6,8 @@
  <title>Replace Modules</title>
 
  <para>
-  Modules that are imported can also be disabled. The option declarations and
-  config implementation of a disabled module will be ignored, allowing another
+  Modules that are imported can also be disabled. The option declarations,
+  config implementation and the imports of a disabled module will be ignored, allowing another
   to take it's place. This can be used to import a set of modules from another
   channel while keeping the rest of the system on a stable release.
  </para>