summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2020-10-25 09:16:28 +0100
committerGitHub <noreply@github.com>2020-10-25 09:16:28 +0100
commita8a018ddc0a8b5c3d4fa94c94b672c37356bc075 (patch)
treec60999f4a725d12a1c60abf9853e09651ccce99d /lib
parent0fc4bba48e1e02fd91169461adb72b72cd455012 (diff)
parente0fa72d04d75f7d7e5a0b3d45a69825f209589f9 (diff)
Merge pull request #101409 from rycee/dbus-warning
Diffstat (limited to 'lib')
-rw-r--r--lib/modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules.nix b/lib/modules.nix
index df3a2ad17e5f..103a22ed1312 100644
--- a/lib/modules.nix
+++ b/lib/modules.nix
@@ -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,