Files
nixos-hardware/lenovo
Sebastián Zavala Villagómez 6e80224000 lenovo/thinkpad/p14s: check kernel version through config instead of pkgs
The previous implementation was checking the kernel version through
`pkgs.linux`, which is only representative of the final system if
`boot.kernelPackages` is left as the default value of
`pkgs.linuxPackages`.

You can of course change this to other package sets, such as
`pkgs.linuxPackages_latest`. Instead, we now reference the kernel
through `config.boot.kernelPackages.kernel`.
2025-04-29 19:20:20 +00:00
..
2025-01-11 12:17:58 +01:00
2025-01-07 07:10:14 +00:00