ruby

ruby 3.4.9

Object-oriented language for quick and easy programming

https://www.ruby-lang.org/
Ruby License
main program: rubyprograms: bundle, ri, irb, rdbg, rake, typeprof, erb, rdoc, ruby, bundler, syntax_suggest, rbs, gem, racc
Platforms (79)
wasm64-wasip1x86_64-windowswasm32-wasip1armv7l-linuxmipsel-linuxx86_64-openbsdx86_64-noneriscv32-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ruby
];
Ad-hoc shell
nix-shell -p ruby
Flake (nix run)
nix run nixpkgs#ruby