From 0fe667ab18d855a5d60bae10ce186fece4ba188a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 8 Jul 2019 09:58:53 -0400 Subject: [PATCH] add missing android sdk license acceptance in nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index dac19f2ec6..7dd3934c09 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,5 @@ # target-os = [ 'windows' 'linux' 'macos' 'darwin' 'android' 'ios' 'all' ] -{ config ? null, +{ config ? { android_sdk.accept_license = true; }, nixpkgs-bootstrap ? import ./nix/nixpkgs-bootstrap.nix { inherit config; }, pkgs ? nixpkgs-bootstrap.pkgs, stdenv ? pkgs.stdenv,