nixos/boot/kernel: add kernelPatches example of using kernel mailing list mbox url
This commit is contained in:
parent
b03b835627
commit
1012b2a368
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue