From c869ea0f84ee364b7e57999429e540c5cd30c7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Kurucz?= Date: Tue, 29 Oct 2024 12:03:46 +0100 Subject: [PATCH] Update nixpkgs The ISO should be reproducible and have the following SHA256 hash: 311bf1e62577ca0d2e6e4327d33c0ed7291001a48deb61ea30194f22b014eabd --- flake.lock | 6 +++--- packages/x1e80100-linux.nix | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 99dec44..f715d9d 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1728124906, - "narHash": "sha256-1Pax8oIlChUSHqDbY8IBIJtAscCYZHxyRskcll+r+S0=", + "lastModified": 1730199379, + "narHash": "sha256-lOzcBTjlCFsQKf3U2iN19NhsEkBn0zxCwrcpxcTk3Z0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0508b4253b432d4ba5a3568804fdaa30c3850479", + "rev": "91d052e89a804d6ab0e655d54d51300a62492b84", "type": "github" }, "original": { diff --git a/packages/x1e80100-linux.nix b/packages/x1e80100-linux.nix index 263a6f1..7e8a3f3 100644 --- a/packages/x1e80100-linux.nix +++ b/packages/x1e80100-linux.nix @@ -16,6 +16,13 @@ linuxPackagesFor (buildLinux { }; kernelPatches = [ + { + name = "drm/panic: Select ZLIB_DEFLATE for DRM_PANIC_SCREEN_QR_CODE"; + patch = fetchurl { + url = "https://lore.kernel.org/linux-kernel/20241003230734.653717-1-ojeda@kernel.org/raw"; + hash = "sha256-qZTP9o0Pel9M1Y9f/31SZbOJxeM0j28P94EUXa83m+Q="; + }; + } { name = "Add Bluetooth support for the Lenovo Yoga Slim 7x"; patch = fetchpatch {