Accept Android licenses.

This commit is contained in:
Nolan Darilek 2025-03-18 11:32:27 -05:00
parent 37e9536fb5
commit 1f144d05f4

View file

@ -28,6 +28,7 @@
unstable = import nixpkgsUnstable { unstable = import nixpkgsUnstable {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
config.android_sdk.accept_license = true;
}; };
}; };
in in