mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
docs: update documentation of mkRemovedOptionModule
Since b08b0bcbbe
, the function actually
causes an assertion error, not a warning.
This commit is contained in:
parent
94819fdb5f
commit
e0fa72d04d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user