Update lenovo/thinkpad/e495/default.nix
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
d75b12a962
commit
f6e2381344
|
@ -6,5 +6,6 @@
|
||||||
../../../common/cpu/amd
|
../../../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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue