summary refs log tree commit diff
path: root/nixos/modules/programs/adb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/adb.nix')
-rw-r--r--nixos/modules/programs/adb.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/programs/adb.nix b/nixos/modules/programs/adb.nix
index 18290555b79d..f648d70bd9fa 100644
--- a/nixos/modules/programs/adb.nix
+++ b/nixos/modules/programs/adb.nix
@@ -16,6 +16,7 @@ with lib;
           To grant access to a user, it must be part of adbusers group:
           <code>users.extraUsers.alice.extraGroups = ["adbusers"];</code>
         '';
+        relatedPackages = [ ["androidenv" "platformTools"] ];
       };
     };
   };