mirror of
https://github.com/NotAShelf/air-quality-monitor.git
synced 2025-10-31 19:22:38 +00:00
allow x86-64 for testing
This commit is contained in:
parent
eb828c2f17
commit
69eeadfa05
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ in
|
|||
description = "An air quality monitoring service with a Raspberry Pi and a SDS011 sensor. ";
|
||||
homepage = "https://github.com/rydercalmdown/pi_air_quality_monitor";
|
||||
mainProgram = pname;
|
||||
platforms = with lib.platforms; ["aarch64-linux"];
|
||||
platforms = ["aarch64-linux" "x86_64-linux"];
|
||||
maintainers = with lib.maintainers; [NotAShelf];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue