feat(kernel): add jhovold_6_7 variant

This commit is contained in:
steveej 2024-02-25 11:30:25 +01:00
parent adf1dd9e91
commit 4a423f366d
3 changed files with 21 additions and 0 deletions

View file

@ -21,6 +21,12 @@ rec {
defconfig = "johan_defconfig";
};
linux_jhovold_6_7 = pkgs.callPackage linux_x13s_pkg {
src = sources.linux-jhovold-6_7;
version = "6.7.0";
defconfig = "johan_defconfig";
};
linux_steev = pkgs.callPackage linux_x13s_pkg {
src = sources.linux-steev;
version = "6.7.5";