direnv: fix path to bash

This commit is contained in:
zimbatm 2016-07-04 12:46:15 +01:00
parent a3581f802e
commit cec48bfa74

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ go ];
buildPhase = ''
make BASH_PATH=${bash}
make BASH_PATH=${bash}/bin/bash
'';
installPhase = ''