From 1b9801c15a61845a5c6b63cc7d13bb51906d9e58 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Sun, 7 May 2023 23:45:16 +0800 Subject: [PATCH] fix: add android development tools - adb/fastboot --- modules/system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system.nix b/modules/system.nix index 79136e6b..71bed5f6 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -187,7 +187,8 @@ ]; }; - # android development tools, this will install adb/fastboot and other android tools automatically + # android development tools, this will install adb/fastboot and other android tools and udev rules + # see https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/programs/adb.nix programs.adb.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’.