forked from fabian/nix_config
5 lines
156 B
Nix
5 lines
156 B
Nix
{lib}:
|
|
with lib; {
|
|
android_sdk.accept_license = true; #TODO: what the fuck is this
|
|
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
|
}
|