Skip to content

Commit

Permalink
ruby: dev -> devEnv
Browse files Browse the repository at this point in the history
Otherwise conflicts with the convention of `dev` output.
  • Loading branch information
dezgeg committed Aug 29, 2016
1 parent 0e26cf8 commit ba6d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ let
baseRuby = baseruby;
libPath = "lib/${rubyEngine}/${versionNoPatch}";
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
dev = import ./dev.nix {
devEnv = import ./dev.nix {
inherit buildEnv bundler bundix;
ruby = self;
};
Expand Down

0 comments on commit ba6d94e

Please sign in to comment.