ma tools: add nix-review, accept sdk license

This commit is contained in:
makefu 2019-01-22 08:15:13 +01:00
parent 04ddb5307b
commit 1a9957cc87
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
nixpkgs.config.android_sdk.accept_license = true;
users.users.makefu.packages = with pkgs; [ users.users.makefu.packages = with pkgs; [
mitmproxy mitmproxy
nmap nmap

View File

@ -22,6 +22,7 @@
cdrtools cdrtools
# nix related # nix related
nix-index nix-index
nix-review
# git-related # git-related
tig tig
]; ];