Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2021-01-11 13:36:42 +01:00
6904 changed files with 17629 additions and 16627 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, bash, installShellFiles }:
{ lib, stdenv, fetchFromGitHub, bash, installShellFiles }:
stdenv.mkDerivation rec {
pname = "rbenv";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
installShellCompletion completions/rbenv.{bash,zsh}
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Groom your apps Ruby environment";
longDescription = ''
Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production.