-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ISO should be reproducible and have the following SHA256 hash: cc37572f168e1a94e2e04d88d156b29f07acc411d32bca210b4f594d3b28bff0
- Loading branch information
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ linuxPackagesFor (buildLinux { | |
src = fetchFromGitHub { | ||
owner = "jhovold"; | ||
repo = "linux"; | ||
rev = "wip/x1e80100-6.12"; | ||
hash = "sha256-CUt4J7IFS14qD8GiZOuSeJmFdbWOmmyV/iJNcTUVN5g="; | ||
rev = "wip/x1e80100-6.13-rc2"; | ||
hash = "sha256-sCapdt5lYw/zXIPIrJ5hECL9Xqviizerp9dmnx4BJpc="; | ||
}; | ||
version = "6.12.0"; | ||
version = "6.13.0-rc2"; | ||
defconfig = "johan_defconfig"; | ||
|
||
structuredExtraConfig = with lib.kernel; { | ||
|
@@ -16,13 +16,6 @@ linuxPackagesFor (buildLinux { | |
}; | ||
|
||
kernelPatches = [ | ||
{ | ||
name = "drm/panic: Select ZLIB_DEFLATE for DRM_PANIC_SCREEN_QR_CODE"; | ||
patch = fetchurl { | ||
url = "https://lore.kernel.org/linux-kernel/[email protected]/raw"; | ||
hash = "sha256-qZTP9o0Pel9M1Y9f/31SZbOJxeM0j28P94EUXa83m+Q="; | ||
}; | ||
} | ||
{ | ||
name = "Add Bluetooth support for the Lenovo Yoga Slim 7x"; | ||
patch = fetchpatch { | ||
|