1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-28 07:28:32 +02:00
nixos-hardware/lenovo/thinkpad/e470/default.nix
2020-09-23 08:01:20 +02:00

12 lines
197 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/cpu/intel
];
# see https://github.com/NixOS/nixpkgs/issues/69289
boot.kernelPackages = pkgs.linuxPackages_latest;
}