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

View file

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