janus/shell.nix

14 lines
186 B
Nix
Raw Normal View History

2021-12-08 03:34:17 +00:00
with import <nixpkgs> {};
2021-11-24 20:15:00 +00:00
2021-12-08 03:34:17 +00:00
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby_3_0.devEnv
libxml2
libxslt
zlib
bundix
gnumake
];
}