1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/lenovo/thinkpad/e470/default.nix

12 lines
207 B
Nix
Raw Normal View History

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