Accept android sdk license in nix-shell
This commit is contained in:
parent
e2c20e36ea
commit
c1d1aee7f1
|
@ -1 +1,4 @@
|
||||||
{ allowUnfree = true; }
|
{
|
||||||
|
allowUnfree = true;
|
||||||
|
android_sdk.accept_license = true;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue