ruby: dev -> devEnv

Otherwise conflicts with the convention of `dev` output.
This commit is contained in:
Tuomas Tynkkynen 2016-04-17 04:52:43 +03:00
parent 0e26cf84fc
commit ba6d94e6a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};