mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
ruby: dev -> devEnv
Otherwise conflicts with the convention of `dev` output.
This commit is contained in:
parent
0e26cf84fc
commit
ba6d94e6a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue