From 9bc1f316a68d690cf828a5c32448fb7eb56f0169 Mon Sep 17 00:00:00 2001 From: Vincent Cui Date: Wed, 23 Sep 2020 08:06:47 +0200 Subject: [PATCH] add lenovo thinkpad e470 --- README.md | 1 + lenovo/thinkpad/e470/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d23e8d..d961a15 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ See code for all available configurations. | [Google Pixelbook][] | `` | | [Inverse Path USB armory][] | `` | | Lenovo IdeaPad Z510 | `` | +| Lenovo ThinkPad E470 | `` | Lenovo ThinkPad E495 | `` | | Lenovo ThinkPad L13 | `` | | Lenovo ThinkPad P53 | `` | diff --git a/lenovo/thinkpad/e470/default.nix b/lenovo/thinkpad/e470/default.nix index a15b20a..d7a60c1 100644 --- a/lenovo/thinkpad/e470/default.nix +++ b/lenovo/thinkpad/e470/default.nix @@ -3,7 +3,7 @@ { imports = [ ../. - ../../../common/cpu/intel + ../../../common/cpu/intel/kaby-lake ]; # see https://github.com/NixOS/nixpkgs/issues/69289