accept license
This commit is contained in:
parent
b505efa83a
commit
c7c4fd084c
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@
|
|||
outputs = { self, nixpkgs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
android_sdk.accept_license = true;
|
||||
};
|
||||
callPackage = pkgs.callPackage;
|
||||
stdenv = pkgs.stdenv;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue