nix_config/pkgs/config/default.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);
}