Update modules/nixos/tools/develop/default.nix
This commit is contained in:
parent
7255caad6e
commit
67a982055e
@ -9,7 +9,7 @@ in {
|
|||||||
config = lib.mkIf (config.hostcfg.make.develop) {
|
config = lib.mkIf (config.hostcfg.make.develop) {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
android-tools
|
android-tools
|
||||||
androidStudioPackages.stable
|
androidStudioPackages.canary
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user