ma tools: add nix-review, accept sdk license

This commit is contained in:
makefu 2019-01-22 08:15:13 +01:00
parent 229a465039
commit 87bac79186
2 changed files with 2 additions and 0 deletions

View file

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

View file

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