diff --git a/modules/system/activation/top-level.nix b/modules/system/activation/top-level.nix index 1e3f22c37ad..bb1cacfa78a 100644 --- a/modules/system/activation/top-level.nix +++ b/modules/system/activation/top-level.nix @@ -65,6 +65,7 @@ let if [ ! -f ${kernelPath} ]; then echo "The bootloader cannot find the proper kernel image." echo "(Expecting ${kernelPath})" + false fi ln -s ${kernelPath} $out/kernel if [ -n "$grub" ]; then