I'm looking at the "ruby/generated.nix" file:
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/ruby/generated.nix

Does anyone know how to add these Gems as a package's dependencies? I can't
find any documentation or examples.

I read the code and I tried many different attributes, but I can't figure
out how to add these Nix expressions to add Gems as buildInputs to my app's
Nix expression. I tried "pkgs.gems.bundler" and a few other attribute
paths, but nothing works.
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to