nixpkgs-ruby
nixpkgs-ruby copied to clipboard
A Nix repository with all Ruby versions being kept up-to-date automatically
Hi, I need some more time to test this properly, but I wanted you to know about this to maybe save you some time in case this is on your...
I'm attempting to enable jemalloc with ruby, which appears to work fine, but it isn't available to gems. I thought that maybe since it was in ruby's `propagatedBuildInputs`, the gems...
Hello, I am trying out your devshell with ruby 2.7 and am getting this error: ``` Known issues: - OpenSSL 1.1 is reaching its end of life on 2023/09/11 and...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bobvanderlinden/nixpkgs-ruby). ## Config Migration Needed - [ ]...
I followed the development shell instructions to a tee and I keep hitting the same error: `error: getting status of '/nix/store/7am6vdkb1r04dl7plp338kn7084j2p59-source/gemset.nix': No such file or directory` I can get around...
Hello, is it possible to use this with nix-shell so we can run it with `nix-shell ruby.nix` where `ruby.nix` may contain like this example ``` { pkgs ? import {}...
I'm trying to use devenv in a project that uses Ruby 3.0, Rails 6.1 and pg gem, but I'm getting this error after typing `rails c`: ```rb version `GLIBC_ABI_DT_RELR' not...
I'm currently using this project via devenv.sh with the following configuration: ```nix # https://devenv.sh/languages/ languages.ruby.enable = true; # Uses bobvanderlinden/nixpkgs-ruby to supply any version of ruby languages.ruby.versionFile = ./.ruby-version; ```...
Thanks for the library! I'm not able to get openssl to work, does anyone have any thoughts? ``` { description = "development environment"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; flake-utils.url...
Hi! Thank you for the great package. I need to use a specific version of rubygems. Though I have no idea how to do that. I use devenv and this...