nix_config/pkgs/config/default.nix

6 lines
154 B
Nix

lib:
with lib; {
android_sdk.accept_license = true; #TODO: what the fuck is this
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
}