Revert "modules/nixos/builder: add io_uring kernel patch"

This reverts commit 120cdb4d52.
This commit is contained in:
zowoq 2024-11-09 09:07:15 +10:00
parent 6340c8c529
commit 237b43c1d4

View file

@ -26,14 +26,4 @@
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=";
};
}
];
}