Skip to content

Commit ecaa2d9

Browse files
authored
Merge pull request #1429 from bittner/fix/comment-lenovo-x1-yoga-7th
Make comment less intimidating (Lenovo X1 Yoga Gen 7)
2 parents 380ed15 + 97280e2 commit ecaa2d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lenovo/thinkpad/x1/yoga/7th-gen/default.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
../../../../../common/pc/laptop/ssd
55
];
66

7-
# This laptop is too new for the kernel currently in nixos-unstable.
8-
# On Kernel 5.15.x, dmesg shows the `hardware is newer than drivers` message.
9-
# When starting the system with 5.15.x, only a tty is being displayed.
10-
# After our tests, at least version 5.19 is required for the system to work properly.
7+
# At least kernel 5.19 is required for the system to work properly.
118
boot.kernelPackages = lib.mkIf
129
(lib.versionOlder pkgs.linux.version "5.19")
1310
(lib.mkDefault pkgs.linuxPackages_latest);

0 commit comments

Comments
 (0)