nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 9 lines 230 B view raw
1{ 2 config, 3}: 4 5# Accept the license in the test suite. 6config.android_sdk.accept_license or ( 7 builtins.getEnv "NIXPKGS_ACCEPT_ANDROID_SDK_LICENSE" == "1" 8 || builtins.getEnv "UPDATE_NIX_ATTR_PATH" == "androidenv.test-suite" 9)