6 # nix run --impure --expr 'with import <nixpkgs> {}; jupyter-console.withSingleKernel iruby.definition'
9 # nix run --impure --expr 'with import <nixpkgs> {}; jupyter.override { definitions.iruby = iruby.definition; }'
19 displayName = "IRuby";
32 description = "Ruby kernel for Jupyter";
33 homepage = "https://github.com/SciRuby/iruby";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ costrouc thomasjm ];
36 platforms = lib.platforms.unix;