accept license

This commit is contained in:
Osman Faruk Bayram 2025-05-11 01:41:12 +03:00
parent b505efa83a
commit c7c4fd084c

View file

@ -9,7 +9,10 @@
outputs = { self, nixpkgs, ... }: outputs = { self, nixpkgs, ... }:
let let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs {
inherit system;
android_sdk.accept_license = true;
};
callPackage = pkgs.callPackage; callPackage = pkgs.callPackage;
stdenv = pkgs.stdenv; stdenv = pkgs.stdenv;
in in