1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-08 03:26:08 +03:00

treewide: use isAarch where appropriate

This commit is contained in:
Alyssa Ross 2022-07-30 16:18:27 +00:00
parent 64915e05bf
commit 5330c0a1af
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
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"