treewide: use isAarch where appropriate

This commit is contained in:
Alyssa Ross
2022-07-30 16:18:27 +00:00
parent 64915e05bf
commit 5330c0a1af
24 changed files with 30 additions and 32 deletions

View File

@@ -92,7 +92,7 @@ in {
"default_config"
"met"
"esphome"
] ++ optionals (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) [
] ++ optionals pkgs.stdenv.hostPlatform.isAarch [
# Use the platform as an indicator that we might be running on a RaspberryPi and include
# relevant components
"rpi_power"