Skip to content

Commit 6f97793

Browse files
authored
Merge pull request #1561 from Flameopathic/14ILL10-fix
lenovo/yoga/7/14ILL10: update kernel version requirement
2 parents 6b79418 + 26c9d90 commit 6f97793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lenovo/yoga/7/14ILL10/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
../../../../common/pc/ssd
77
];
88

9-
# touchpad, wifi, and bluetooth do not work before 6.12
10-
config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.12") (
9+
# device will not boot in kernel versions older than 6.15
10+
config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
1111
lib.mkDefault pkgs.linuxPackages_latest
1212
);
1313
}

0 commit comments

Comments
 (0)