gummiboot: fix typo

This commit is contained in:
Mathijs Kwik 2013-03-03 23:48:33 +01:00
parent e05a37d736
commit 134750f6ac

View file

@ -48,7 +48,7 @@ in {
config = mkIf cfg.enable {
assertions = [
{
assertion = (config.boot.kernelPacakges.kernel.features or { efiBootStub = true; }) ? efiBootStub;
assertion = (config.boot.kernelPackages.kernel.features or { efiBootStub = true; }) ? efiBootStub;
message = "This kernel does not support the EFI boot stub";
}