add lenovo thinkpad e470

This commit is contained in:
Vincent Cui 2020-09-23 08:06:47 +02:00
parent 338792821a
commit 9bc1f316a6
2 changed files with 2 additions and 1 deletions

View file

@ -94,6 +94,7 @@ See code for all available configurations.
| [Google Pixelbook][] | `<nixos-hardware/google/pixelbook>` | | [Google Pixelbook][] | `<nixos-hardware/google/pixelbook>` |
| [Inverse Path USB armory][] | `<nixos-hardware/inversepath/usbarmory>` | | [Inverse Path USB armory][] | `<nixos-hardware/inversepath/usbarmory>` |
| Lenovo IdeaPad Z510 | `<nixos-hardware/lenovo/ideapad/z510>` | | Lenovo IdeaPad Z510 | `<nixos-hardware/lenovo/ideapad/z510>` |
| Lenovo ThinkPad E470 | `<nixos-hardware/lenovo/thinkpad/e470>`
| Lenovo ThinkPad E495 | `<nixos-hardware/lenovo/thinkpad/e495>` | | Lenovo ThinkPad E495 | `<nixos-hardware/lenovo/thinkpad/e495>` |
| Lenovo ThinkPad L13 | `<nixos-hardware/lenovo/thinkpad/l13>` | | Lenovo ThinkPad L13 | `<nixos-hardware/lenovo/thinkpad/l13>` |
| Lenovo ThinkPad P53 | `<nixos-hardware/lenovo/thinkpad/p53>` | | Lenovo ThinkPad P53 | `<nixos-hardware/lenovo/thinkpad/p53>` |

View file

@ -3,7 +3,7 @@
{ {
imports = [ imports = [
../. ../.
../../../common/cpu/intel ../../../common/cpu/intel/kaby-lake
]; ];
# see https://github.com/NixOS/nixpkgs/issues/69289 # see https://github.com/NixOS/nixpkgs/issues/69289