mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
Update lenovo/thinkpad/e495/default.nix
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
../../../common/cpu/amd
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_2;
|
||||
# see https://github.com/NixOS/nixpkgs/issues/69289
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder linux.version "5.2") pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user