[NixOS] Update how android tools are managed

This commit is contained in:
2026-01-14 02:00:25 -08:00
parent 58f727b65d
commit 7627ae7361

View File

@@ -4,6 +4,6 @@
}; };
config = { config = {
nixpkgs.config.android_sdk.accept_license = true; nixpkgs.config.android_sdk.accept_license = true;
programs.adb.enable = true; environment.systemPackages = [ pkgs.android-tools ];
}; };
} }