1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/lenovo/thinkpad/e470/default.nix

12 lines
207 B
Nix
Raw Normal View History

2020-09-23 02:01:20 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../.
2020-09-23 02:06:47 -04:00
../../../common/cpu/intel/kaby-lake
2020-09-23 02:01:20 -04:00
];
# see https://github.com/NixOS/nixpkgs/issues/69289
boot.kernelPackages = pkgs.linuxPackages_latest;
}