Skip to content

Commit

Permalink
home/lyc/configurations/aplax: add android tools (adb) for performanc…
Browse files Browse the repository at this point in the history
…e testing
  • Loading branch information
inclyc committed Jan 28, 2025
1 parent fa36fd5 commit 7b0b3b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/lyc/configurations/aplax/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@
# Rust
cargo
rustc

(androidenv.composeAndroidPackages {
platformToolsVersion = "35.0.2";
}).platform-tools
];

home.sessionVariables = {
NIX_PATH = "nixpkgs=${inputs.nixpkgs}";
ANDROID_SDK_ROOT = "${config.home.homeDirectory}/.nix-profile/libexec/android-sdk";
};
}

0 comments on commit 7b0b3b0

Please sign in to comment.