mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-22 19:09:42 +01:00
CONTRIBUTING.md: Update testing instructions
fixes https://github.com/NixOS/nixos-hardware/issues/1135
This commit is contained in:
parent
d64ae01653
commit
1e27e79ab2
1 changed files with 1 additions and 9 deletions
|
@ -42,15 +42,7 @@ Link the profile in the table in README.md and in flake.nix.
|
||||||
|
|
||||||
## 3. Testing
|
## 3. Testing
|
||||||
|
|
||||||
Run ./tests/run.py to test building. The test script script will parse all the
|
Run `nix run ./tests#run .` to evaluate all hardware profiles.
|
||||||
profiles from the README.md.
|
|
||||||
|
|
||||||
You can also just specify a single profile like this:
|
|
||||||
|
|
||||||
```
|
|
||||||
./tests/run.py '<nixos-hardware/purism/librem/15v3>'
|
|
||||||
```
|
|
||||||
|
|
||||||
Because profiles can only be tested with the appropriate hardware, quality
|
Because profiles can only be tested with the appropriate hardware, quality
|
||||||
assurance is up to *you*.
|
assurance is up to *you*.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue