tools: Only enable adb on x86_64-linux

Since it at least fails to build on aarch64.
pull/30/head
Simon Bruder 2021-01-06 23:40:52 +01:00
parent 83ec18b7e4
commit 9a65a81c3c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
programs = {
adb.enable = true;
adb.enable = builtins.currentSystem == "x86_64-linux";
bandwhich.enable = true;
iotop.enable = true;
};