File tree Expand file tree Collapse file tree 3 files changed +557
-3
lines changed
Expand file tree Collapse file tree 3 files changed +557
-3
lines changed Original file line number Diff line number Diff line change 1919 if kernelVersion == "longterm" then
2020 "6.12.19"
2121 else if kernelVersion == "stable" then
22- "6.15.9 "
22+ "6.18 "
2323 else
2424 abort "Invalid kernel version: ${ kernelVersion } " ;
2525
2828 if kernelVersion == "longterm" then
2929 "sha256-1zvwV77ARDSxadG2FkGTb30Ml865I6KB8y413U3MZTE="
3030 else if kernelVersion == "stable" then
31- "sha256-6U86+FSSMC96gZRBRY+AvKCtmRLlpMg8aZ/zxjxSlX0 ="
31+ "sha256-kQakYF2p4x/xdlnZWHgrgV+VkaswjQOw7iGq1sfc7Us ="
3232 else
3333 abort "Invalid kernel version: ${ kernelVersion } " ;
3434
4848 kernelPatches = surfacePatches {
4949 version = srcVersion ;
5050 patchFn = ./kernel/${ versions . majorMinor srcVersion } /patches.nix ;
51- patchSrc = ( linux-surface + "/patches/${ versions . majorMinor srcVersion } " ) ;
51+ patchSrc = if srcVersion == "6.18" then
52+ ( linux-surface + "/patches/6.17" )
53+ else
54+ ( linux-surface + "/patches/${ versions . majorMinor srcVersion } " ) ;
5255 } ;
5356 kernelPackages = linuxPackage {
5457 inherit kernelPatches ;
You can’t perform that action at this time.
0 commit comments