add missing android sdk license acceptance in nix
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e9fd6e1a6b
commit
0fe667ab18
|
@ -1,5 +1,5 @@
|
||||||
# target-os = [ 'windows' 'linux' 'macos' 'darwin' 'android' 'ios' 'all' ]
|
# 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; },
|
nixpkgs-bootstrap ? import ./nix/nixpkgs-bootstrap.nix { inherit config; },
|
||||||
pkgs ? nixpkgs-bootstrap.pkgs,
|
pkgs ? nixpkgs-bootstrap.pkgs,
|
||||||
stdenv ? pkgs.stdenv,
|
stdenv ? pkgs.stdenv,
|
||||||
|
|
Loading…
Reference in New Issue