brainix/sources/nixpkgs/pkgs/tools/security/metasploit/shell.nix
2026-02-13 17:06:24 +09:00

16 lines
242 B
Nix

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