docs: update documentation of mkRemovedOptionModule

Since b08b0bcbbe, the function actually
causes an assertion error, not a warning.
This commit is contained in:
Robert Helgesson
2020-10-24 23:01:01 +02:00
parent 94819fdb5f
commit e0fa72d04d
+1 -1
View File
@@ -719,7 +719,7 @@ rec {
mkRemovedOptionModule [ "boot" "loader" "grub" "bootDevice" ] "<replacement instructions>"
causes a warning if the user defines boot.loader.grub.bootDevice.
causes a assertion if the user defines boot.loader.grub.bootDevice.
replacementInstructions is a string that provides instructions on
how to achieve the same functionality without the removed option,