ChanServ changed the topic of #nixos-ruby to: Everything about using Nix & Ruby. Logs at https://logs.nix.samueldr.com/nixos-ruby/
<samueldr> well you weren't alone
<samueldr> uh... maybe another issue, haven't looked that closely
<qyliss> I think it was the same one
<qyliss> All fixed in Nixpkgs now
floscr_ has joined #nixos-ruby
floscr has quit [Read error: Connection reset by peer]
floscr_ has quit [Ping timeout: 240 seconds]
floscr has joined #nixos-ruby
<floscr> How do I write an ruby version overlay for nixos?
<floscr> For this one project I need 2.4.6 ruby
<floscr> But nix.pkgs has got 2.4.5, unstable has 2.4.7 :(
<manveru> floscr: i don't think you need an overlay for that
<manveru> there never was 2.4.6 in nixpkgs anyway, it seems
<floscr> So how would I go about changing this minor version for my env?
<floscr> This is my shell.nix
<qyliss> You won't be able to build 2.4.6 with Nix.
<qyliss> Or, wait, no, I'm thinking of 2.4.8
<qyliss> Igonre me
<floscr> Yeah, 2.4.6 shouldn't be an issue since there is 2.4.5 and 2.4.7
<floscr> I could fork nixpkgs and just edit the ruby package, but that should not be necessary?
<qyliss> floscr: I think for now that would be your best bet. It would be nice to export a function for building arbitrary Rubies, but we're not quite there yet.
<qyliss> I might take a look at it today, but no promises.
<floscr> Cool thank you!
floscr_ has joined #nixos-ruby
floscr has quit [Read error: Connection reset by peer]