We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d12497a commit c0e14c0Copy full SHA for c0e14c0
pkgs/tools/security/metasploit/shell.nix
@@ -3,6 +3,8 @@ with import <nixpkgs> {};
3
stdenv.mkDerivation {
4
name = "env";
5
buildInputs = [
6
+ ruby.devEnv
7
+ git
8
sqlite
9
libpcap
10
postgresql
0 commit comments