mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Added e470 to flake.nix and changing contributing section in README.md
This commit is contained in:
@@ -160,5 +160,5 @@ See code for all available configurations.
|
|||||||
## How to contribute a new device profile
|
## How to contribute a new device profile
|
||||||
|
|
||||||
1. Add your device profile expression in the appropriate directory
|
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
|
3. Run ./tests/run.py to test it. The test script script will parse all the profiles from the README.md
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
google-pixelbook = import ./google/pixelbook;
|
google-pixelbook = import ./google/pixelbook;
|
||||||
inversepath-usbarmory = import ./inversepath/usbarmory;
|
inversepath-usbarmory = import ./inversepath/usbarmory;
|
||||||
lenovo-ideapad-z510 = import ./lenovo/ideapad/z510;
|
lenovo-ideapad-z510 = import ./lenovo/ideapad/z510;
|
||||||
|
lenovo-thinkpad-e470 = import ./lenovo/thinkpad/e470;
|
||||||
lenovo-thinkpad-e495 = import ./lenovo/thinkpad/e495;
|
lenovo-thinkpad-e495 = import ./lenovo/thinkpad/e495;
|
||||||
lenovo-thinkpad-l13 = import ./lenovo/thinkpad/l13;
|
lenovo-thinkpad-l13 = import ./lenovo/thinkpad/l13;
|
||||||
lenovo-thinkpad-p53 = import ./lenovo/thinkpad/p53;
|
lenovo-thinkpad-p53 = import ./lenovo/thinkpad/p53;
|
||||||
|
|||||||
Reference in New Issue
Block a user