NixOS https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/ruby.section.md nix-shell https://github.com/haslersn/any-nix-shell https://ghedam.at/15978/an-introduction-to-nix-shell Ruby shell.nix with import <nixpkgs> {}; ruby.withPackages (ps: with ps; [ eventmachine ffi ]) unstable channel einzelnes Paket nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable nix-channel --update nix-env -f channel:nixos-unstable -iA vscode