mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Expose gems when using loadRubyEnv
This commit is contained in:
parent
4d3932a29e
commit
5b928301c1
@ -37,7 +37,7 @@ in
|
||||
rubyLibs = rubyLibsWith ruby;
|
||||
gems = rubyLibs.importGems gemset (config.gemOverrides or (gemset: {}));
|
||||
in {
|
||||
inherit ruby; # TODO: Set ruby using expr.rubyVersion if not given.
|
||||
inherit ruby gems; # TODO: Set ruby using expr.rubyVersion if not given.
|
||||
gemPath = map (drv: "${drv}") (
|
||||
builtins.filter (value: lib.isDerivation value) (lib.attrValues gems)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user