Skip to content

Commit 1ba02cc

Browse files
committed
fix: nix install workaround.
1 parent e88eadb commit 1ba02cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

celestia-node.nix

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pkgs.stdenv.mkDerivation rec {
3030
export GOPATH="$TMPDIR/go"
3131
export GOCACHE="$TMPDIR/go-cache"
3232
mkdir -p $GOPATH $GOCACHE
33+
patchShebangs .
3334
'';
3435

3536
buildPhase = ''

0 commit comments

Comments
 (0)