We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b285b commit a27f9f0Copy full SHA for a27f9f0
celestia-node.nix
@@ -33,7 +33,7 @@ pkgs.stdenv.mkDerivation rec {
33
'';
34
35
buildPhase = ''
36
- ls /usr/bin/env
+ ls /bin/env
37
export HOME=$TMPDIR
38
export GOPATH="$TMPDIR/go"
39
export GOCACHE="$TMPDIR/go-cache"
0 commit comments