MyNixOS website logo

rbenv plugins to install in $HOME/.rbenv/plugins/.

See https://github.com/rbenv/rbenv/wiki/Plugins for the full list of plugins.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    name = "ruby-build";
    src = pkgs.fetchFromGitHub {
      owner = "rbenv";
      repo = "ruby-build";
      rev = "v20221225";
      hash = "sha256-Kuq0Z1kh2mvq7rHEgwVG9XwzR5ZUtU/h8SQ7W4/mBU0=";
    };
  }
]