Loading nixos/modules/system/boot/kernel.nix +7 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,13 @@ in extraStructuredConfig.FOO = lib.kernel.yes; features.foo = true; } { name = "foo-ml-mbox"; patch = (fetchurl { url = "https://lore.kernel.org/lkml/19700205182810.58382-1-email@domain/t.mbox.gz"; hash = "sha256-..."; }); } ] ''; description = lib.mdDoc '' Loading Loading
nixos/modules/system/boot/kernel.nix +7 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,13 @@ in extraStructuredConfig.FOO = lib.kernel.yes; features.foo = true; } { name = "foo-ml-mbox"; patch = (fetchurl { url = "https://lore.kernel.org/lkml/19700205182810.58382-1-email@domain/t.mbox.gz"; hash = "sha256-..."; }); } ] ''; description = lib.mdDoc '' Loading