diff --git a/flake.nix b/flake.nix index 12c025d..a2d5a50 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,7 @@ pkgs = import inputs.nixpkgs { inherit system overlays; config.allowUnfree = true; + android_sdk.accept_license = true; }; ns = host: (lib.nixosSystem {