nixos/boot/kernel: add kernelPatches example of using kernel mailing list mbox url

This commit is contained in:
Adam Stephens 2024-02-06 10:51:22 -05:00 committed by tomf
parent b03b835627
commit 1012b2a368

View file

@ -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 ''