Re: Turning Gemfile.lock into a guix environment

2024-03-02 Thread Carlo Zancanaro
Hi Daniel, On Tue, Feb 27 2024, Daniel Littlewood wrote: > Hi everyone, I'm trying to figure out how to convert a Ruby project > from using bundler to using guix directly, so I can sidestep > rvm/rbenv/bundle. I'm not aware of a solution to this in Guix, but there is a Nix-based solution: bundix[

Turning Gemfile.lock into a guix environment

2024-02-27 Thread Daniel Littlewood
Hi everyone, I'm trying to figure out how to convert a Ruby project from using bundler to using guix directly, so I can sidestep rvm/rbenv/bundle. I found two articles about this, but neither seems to go into the detail of pinning versions to get a really reproducible environment. They just provid