I took a look at the sparse documentation on the Wiki, and couldn't figure out the Ruby overlay thing.
I want to run a Ruby application which comes with a Gemfile and I resorted to starting a *nix-shell -p ruby -p rubyLibs.bundler* under which I do *bundle install --path=$PWD*. This more or less works, but it fails for the nokogiri gem. It needs libiconv. I tried adding that to the nix-shell invocation but it still can't find it. So, what is the best way to proceed? The packages overlay sounds great, and the discussion hinting towards a Gemfile-to-nix-environment tool too. Wout.
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
