[Nix-dev] comments on: -r29543 Use ruby 1.9 as the default - renaming files

Yury G. Kudryashov urkud.urkud at gmail.com
Sun Oct 2 22:52:16 CEST 2011


Marc Weber wrote:

> Hi Shea Levy,
> 
> -  ruby18 = callPackage ../development/interpreters/ruby { };
> -  ruby19 = callPackage ../development/interpreters/ruby/ruby-19.nix { };
> -  ruby = ruby18;
> +  ruby18 = callPackage ../development/interpreters/ruby/ruby-18.nix { };
> +  ruby19 = callPackage ../development/interpreters/ruby { };
> +  ruby = ruby19
> 
> Don't rename files for the sake of renaming unless there is a strong
> reason. If you want to read history
What are the problems if move was made by 'svn mv'?
-- 
Yury G. Kudryashov,
mailto: urkud at mccme.ru



More information about the nix-dev mailing list