janus/shell.nix

17 lines
263 B
Nix
Raw Normal View History

2021-11-24 18:45:41 +00:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby_3_0.devEnv
git
sqlite
libpcap
postgresql
libxml2
libxslt
pkg-config
bundix
gnumake
];
}