janus/shell.nix

14 lines
186 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby_3_0.devEnv
libxml2
libxslt
zlib
bundix
gnumake
];
}