This commit is contained in:
mexisme
2022-11-29 00:00:31 +13:00
parent a51973c994
commit 87adbffa11
2 changed files with 37 additions and 5 deletions

View File

@@ -1,20 +1,21 @@
{ lib,
fetchurl,
repos,
}:
let
inherit (lib) kernel;
version = "5.19.2";
branch = "5.19";
patches = repos.linux-surface + "/patches/${branch}";
in {
inherit version;
inherit version branch;
modDirVersion = version;
branch = "5.19";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "sha256-SOQKH1UB7GxA48htPVMZIAtojy2TYPcoMwhNdIAf5j0=";
};
patches = repos.linux-surface + "/patches/${branch}";
kernelPatches = [
{