Fix & Update versions
All checks were successful
Nix Build / build-nixos (push) Successful in 26m31s

This commit is contained in:
soraefir
2024-11-21 01:21:48 +01:00
parent 1e89d5880b
commit 5d68b291ba
8 changed files with 41 additions and 44 deletions

View File

@ -8,8 +8,8 @@ let
in {
config = lib.mkIf (config.syscfg.make.develop) {
environment.systemPackages = with pkgs; [
android-tools
androidStudioPackages.canary
# android-tools
# androidStudioPackages.canary
];
};
}