6 lines
96 B
Nix
6 lines
96 B
Nix
{ pkgs }:
|
|
{
|
|
allowUnfree = true;
|
|
allowBroken = false;
|
|
android_sdk.accept_license = true;
|
|
}
|