direnv: fix path to bash

This commit is contained in:
zimbatm
2016-07-04 12:46:32 +01:00
parent a3581f802e
commit cec48bfa74
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ go ];
buildPhase = ''
make BASH_PATH=${bash}
make BASH_PATH=${bash}/bin/bash
'';
installPhase = ''