modules/nixos/builder: add io_uring kernel patch
This commit is contained in:
parent
cd5a31bf93
commit
120cdb4d52
1 changed files with 10 additions and 0 deletions
|
@ -26,4 +26,14 @@
|
||||||
value = "20480";
|
value = "20480";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelPatches = [
|
||||||
|
{
|
||||||
|
patch = pkgs.fetchpatch {
|
||||||
|
url = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/patch/?id=8d09a88ef9d3cb7d21d45c39b7b7c31298d23998";
|
||||||
|
hash = "sha256-PCHSnsF0Vrd2nOKbDApyozLu8OUXw/6u6MrGkAWVAYc=";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue