Loading pkgs/development/interpreters/ruby/dev.nix +1 −1 Original line number Diff line number Diff line /* An environment for development that bundles ruby, bundler and bundix together. This avoids version conflicts where each is using a diferent together. This avoids version conflicts where each is using a different version of each-other. */ { buildEnv, ruby, bundler, bundix }: Loading Loading
pkgs/development/interpreters/ruby/dev.nix +1 −1 Original line number Diff line number Diff line /* An environment for development that bundles ruby, bundler and bundix together. This avoids version conflicts where each is using a diferent together. This avoids version conflicts where each is using a different version of each-other. */ { buildEnv, ruby, bundler, bundix }: Loading