conf
This commit is contained in:
parent
acbe48b736
commit
725e927369
4 changed files with 14 additions and 5 deletions
|
|
@ -4,6 +4,16 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot.kernelPatches = [
|
||||
(lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.11")
|
||||
{
|
||||
name = "cros_ec_lpc";
|
||||
patch = pkgs.fetchpatch {
|
||||
url = "https://patchwork.kernel.org/series/840830/mbox/";
|
||||
sha256 = "sha256-7jSEAGInFC+a+ozCyD4dFz3Qgh2JrHskwz7UfswizFw=";
|
||||
};
|
||||
})
|
||||
];
|
||||
# boot.kernelPatches = [
|
||||
# (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.11")
|
||||
# {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue