NixOS
nix-shell
Ruby
with import <nixpkgs> {};
ruby.withPackages (ps: with ps; [ eventmachine ffi ])
unstable channel
nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable
nix-channel --update
nix-env -f channel:nixos-unstable -iA vscode