Small changes in response to review.

This commit is contained in:
Judson
2017-07-02 17:18:58 -07:00
parent e149f02344
commit 0641253ae6
3 changed files with 3 additions and 3 deletions
@@ -140,7 +140,7 @@ let
name = "${pname}-interactive-environment";
nativeBuildInputs = [ wrappedRuby basicEnv ];
shellHook = ''
export OLD_IRBRC="$IRBRC"
export OLD_IRBRC=$IRBRC
export IRBRC=${irbrc}
'';
buildCommand = ''