ruby: dev -> devEnv
Otherwise conflicts with the convention of `dev` output.
This commit is contained in:
parent
0e26cf84fc
commit
ba6d94e6a5
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue