stockholm/makefu/5pkgs/beef/shell.nix

17 lines
242 B
Nix
Raw Normal View History

2017-09-21 00:09:17 +00:00
# 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
];
}