Accept android sdk license in nix-shell

This commit is contained in:
coolneng 2020-10-21 23:13:08 +02:00
parent e2c20e36ea
commit c1d1aee7f1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
{ allowUnfree = true; }
{
allowUnfree = true;
android_sdk.accept_license = true;
}