We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88eadb commit 1ba02ccCopy full SHA for 1ba02cc
celestia-node.nix
@@ -30,6 +30,7 @@ pkgs.stdenv.mkDerivation rec {
30
export GOPATH="$TMPDIR/go"
31
export GOCACHE="$TMPDIR/go-cache"
32
mkdir -p $GOPATH $GOCACHE
33
+ patchShebangs .
34
'';
35
36
buildPhase = ''
0 commit comments