Skip to content

Commit c0e14c0

Browse files
committedJun 9, 2017
metasploit: add missing update deps to shell.nix
1 parent d12497a commit c0e14c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/tools/security/metasploit/shell.nix

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ with import <nixpkgs> {};
33
stdenv.mkDerivation {
44
name = "env";
55
buildInputs = [
6+
ruby.devEnv
7+
git
68
sqlite
79
libpcap
810
postgresql

0 commit comments

Comments
 (0)
Please sign in to comment.