nixpkgs/pkgs/tools/security/metasploit/shell.nix
2022-09-26 17:53:26 +03:00

18 lines
279 B
Nix

# Env to update Gemfile.lock / gemset.nix
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
nativeBuildInputs = [ pkg-config ];
buildInputs = [
bundix
git
libiconv
libpcap
libxml2
libxslt
postgresql
ruby.devEnv
sqlite
];
}