revert kernel to 6.3

This commit is contained in:
陈浩南 2023-07-16 14:29:26 +08:00
parent cc55d58afb
commit 023e599c0e

View File

@ -10,20 +10,17 @@ inputs:
boot = boot =
{ {
kernelParams = [ "delayacct" "acpi_osi=Linux" ]; kernelParams = [ "delayacct" "acpi_osi=Linux" ];
kernelPackages = inputs.pkgs.linuxPackagesFor (inputs.pkgs.linuxPackages_xanmod.kernel.override kernelPackages = inputs.pkgs.linuxPackagesFor (inputs.pkgs.linuxPackages_xanmod.kernel.override rec
{
argsOverride = rec
{ {
src = inputs.pkgs.fetchFromGitHub src = inputs.pkgs.fetchFromGitHub
{ {
owner = "xanmod"; owner = "xanmod";
repo = "linux"; repo = "linux";
rev = modDirVersion; rev = modDirVersion;
sha256sum = inputs.lib.fakeSha256; sha256 = "sha256-ab4AQx1ApJ9o1oqgNoJBL64tI0qpyVBm5XUC8l1yT6Q=";
}; };
version = "6.3.12"; version = "6.3.12";
modDirVersion = "6.3.12-xanmod1"; modDirVersion = "6.3.12-xanmod1";
};
}); });
kernelPatches = kernelPatches =
( (