summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub/grub.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-08-28 13:55:28 +0200
committerGitHub <noreply@github.com>2016-08-28 13:55:28 +0200
commit4af09e00311b3c024395b59261a32a5a6a43e3fa (patch)
tree8b72eea81b13aa7ec016fe225f927fa579ff6b4f /nixos/modules/system/boot/loader/grub/grub.nix
parent21f2f3074063017a6580fc1c5889ee54094160ff (diff)
parent16c923cef2152d58878abac023816f05605c1f7d (diff)
downloadnixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.tar
nixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.tar.gz
nixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.tar.bz2
nixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.tar.lz
nixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.tar.xz
nixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.tar.zst
nixlib-4af09e00311b3c024395b59261a32a5a6a43e3fa.zip
Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacement
mkRemovedOptionModule: add replacement argument
Diffstat (limited to 'nixos/modules/system/boot/loader/grub/grub.nix')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 0640ec306e18..46776f45d96b 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -500,7 +500,7 @@ in
 
 
   imports =
-    [ (mkRemovedOptionModule [ "boot" "loader" "grub" "bootDevice" ])
+    [ (mkRemovedOptionModule [ "boot" "loader" "grub" "bootDevice" ] "")
       (mkRenamedOptionModule [ "boot" "copyKernels" ] [ "boot" "loader" "grub" "copyKernels" ])
       (mkRenamedOptionModule [ "boot" "extraGrubEntries" ] [ "boot" "loader" "grub" "extraEntries" ])
       (mkRenamedOptionModule [ "boot" "extraGrubEntriesBeforeNixos" ] [ "boot" "loader" "grub" "extraEntriesBeforeNixOS" ])