Also adds a workaround for https://github.com/nix-community/home-manager/issues/2942
7 lines
134 B
Nix
7 lines
134 B
Nix
{ pkgs }:
|
|
{
|
|
allowUnfree = true;
|
|
allowUnfreePredicate = (pkg: true);
|
|
allowBroken = false;
|
|
android_sdk.accept_license = true;
|
|
}
|