lenovo/thinkpad/x1/7th-gen: fix evaluation

This commit is contained in:
Jörg Thalheim 2020-08-13 06:27:03 +01:00 committed by ehmry
parent 55f9eb6a73
commit 741b3ba508
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# https://github.com/NixOS/nixpkgs/pull/86168
boot.kernelPackages = lib.mkIf
(lib.versionOlder pkgs.linux.version "5.6")
(lib.mkDefault pkgs.linuxPackages_5_6);
(lib.mkDefault pkgs.linuxPackages_latest);
# This can be removed when PulseAudio is at least version 14
# https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_7)#Audio