diff options
author | makefu <github@syntax-fehler.de> | 2019-01-22 08:15:13 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-01-22 08:15:13 +0100 |
commit | 1a9957cc87e7bd3a2f0e4aa610c0c68350682b4f (patch) | |
tree | 721d103654c29cdb957fa3ba93706602913594a7 /makefu/2configs/tools/android-pentest.nix | |
parent | 04ddb5307bc68e91e4ce534469faa3cc52b4dd02 (diff) |
ma tools: add nix-review, accept sdk license
Diffstat (limited to 'makefu/2configs/tools/android-pentest.nix')
-rw-r--r-- | makefu/2configs/tools/android-pentest.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/tools/android-pentest.nix b/makefu/2configs/tools/android-pentest.nix index 9dedafdd2..05560db90 100644 --- a/makefu/2configs/tools/android-pentest.nix +++ b/makefu/2configs/tools/android-pentest.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { + nixpkgs.config.android_sdk.accept_license = true; users.users.makefu.packages = with pkgs; [ mitmproxy nmap |