From f3eb1498e9b7b150dd842358f2fa18e80bb9518e Mon Sep 17 00:00:00 2001 From: Vincent Cui Date: Sun, 27 Sep 2020 17:21:23 +0200 Subject: [PATCH] Added e470 to flake.nix and changing contributing section in README.md --- README.md | 2 +- flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d961a15..0cbfe4f 100644 --- a/README.md +++ b/README.md @@ -160,5 +160,5 @@ See code for all available configurations. ## How to contribute a new device profile 1. Add your device profile expression in the appropriate directory -2. Link it in the table in README.md +2. Link it in the table in README.md and in flake.nix 3. Run ./tests/run.py to test it. The test script script will parse all the profiles from the README.md diff --git a/flake.nix b/flake.nix index d34eab4..29114f1 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ google-pixelbook = import ./google/pixelbook; inversepath-usbarmory = import ./inversepath/usbarmory; lenovo-ideapad-z510 = import ./lenovo/ideapad/z510; + lenovo-thinkpad-e470 = import ./lenovo/thinkpad/e470; lenovo-thinkpad-e495 = import ./lenovo/thinkpad/e495; lenovo-thinkpad-l13 = import ./lenovo/thinkpad/l13; lenovo-thinkpad-p53 = import ./lenovo/thinkpad/p53;