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 =
{
kernelParams = [ "delayacct" "acpi_osi=Linux" ];
kernelPackages = inputs.pkgs.linuxPackagesFor (inputs.pkgs.linuxPackages_xanmod.kernel.override
{
argsOverride = rec
kernelPackages = inputs.pkgs.linuxPackagesFor (inputs.pkgs.linuxPackages_xanmod.kernel.override rec
{
src = inputs.pkgs.fetchFromGitHub
{
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256sum = inputs.lib.fakeSha256;
sha256 = "sha256-ab4AQx1ApJ9o1oqgNoJBL64tI0qpyVBm5XUC8l1yT6Q=";
};
version = "6.3.12";
modDirVersion = "6.3.12-xanmod1";
};
});
kernelPatches =
(