ruby updates
This commit is contained in:
committed by
Charles Strahan
parent
081343f099
commit
f14f73da76
@@ -13,7 +13,7 @@
|
||||
{ ruby, callPackage, pkgs }:
|
||||
|
||||
let
|
||||
buildRubyGem = callPackage ./gem.nix {};
|
||||
buildRubyGem = callPackage ./gem.nix { inherit ruby; };
|
||||
lib = ruby.stdenv.lib;
|
||||
self = rec {
|
||||
inherit buildRubyGem;
|
||||
|
||||
Reference in New Issue
Block a user