metasploit: add missing update deps to shell.nix

This commit is contained in:
Jörg Thalheim
2017-06-09 22:20:28 +01:00
parent c1135333d1
commit 0cab4cac12
+2
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