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