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 d12497a23b
commit c0e14c084d
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

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