Skip to content

Commit

Permalink
ruby: add rubygems to expression passthru
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Mar 7, 2023
1 parent 188e51d commit aaa11f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/interpreters/ruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ let
ruby = self;
};

inherit rubygems;
inherit (import ../../ruby-modules/with-packages {
inherit lib stdenv makeBinaryWrapper buildRubyGem buildEnv;
gemConfig = defaultGemConfig;
Expand Down

0 comments on commit aaa11f7

Please sign in to comment.