From 06dbf2a2c0e73d96cf2caaa2721f57fa7b870e7b Mon Sep 17 00:00:00 2001 From: Nico D'Cotta <45274424+Cottand@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:03:50 +0100 Subject: [PATCH] typo in bringYourOwnKernel.nix --- examples/bringYourOwnKernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bringYourOwnKernel.nix b/examples/bringYourOwnKernel.nix index 263082f..56b0816 100644 --- a/examples/bringYourOwnKernel.nix +++ b/examples/bringYourOwnKernel.nix @@ -36,7 +36,7 @@ nitro.buildEif { name = "eif-hello-world"; # do not include a nsm.ko kernel module, as it is - # alerady present in Kernel 6.8+ + # already present in Kernel 6.8+ nsmKo = null; copyToRoot = buildEnv {