direnv: fix path to bash
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ go ];
|
buildInputs = [ go ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make BASH_PATH=${bash}
|
make BASH_PATH=${bash}/bin/bash
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user