Added e470 to flake.nix and changing contributing section in README.md

This commit is contained in:
Vincent Cui 2020-09-27 17:21:23 +02:00
parent b175484c5a
commit f3eb1498e9
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;