metasploit: add missing update deps to shell.nix

This commit is contained in:
Jörg Thalheim 2017-06-09 21:44:34 +01:00
parent c1135333d1
commit 0cab4cac12
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ with import <nixpkgs> {};
stdenv.mkDerivation { stdenv.mkDerivation {
name = "env"; name = "env";
buildInputs = [ buildInputs = [
ruby.devEnv
git
sqlite sqlite
libpcap libpcap
postgresql postgresql