Accept android sdk license in nix-shell

This commit is contained in:
2020-10-21 23:13:08 +02:00
parent e2c20e36ea
commit c1d1aee7f1

View File

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