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