From 80412b7395f5c90f995e7320e354b51ca1dd931d Mon Sep 17 00:00:00 2001 From: JK Date: Tue, 13 Oct 2020 16:23:24 -0500 Subject: [PATCH] fix spelling --- modules/initrd-kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/initrd-kernel.nix b/modules/initrd-kernel.nix index 79be30d8..60fffed5 100644 --- a/modules/initrd-kernel.nix +++ b/modules/initrd-kernel.nix @@ -53,7 +53,7 @@ in type = types.listOf types.str; default = []; description = '' - Firmwares to add to the cloure. + Firmwares to add to the closure. ''; }; # We cannot use `linuxPackagesFor` as older kernels cause eval-time assertions...