Skip to content

Commit c115697

Browse files
committed
fix: nix install workaround.
1 parent b112e2e commit c115697

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

celestia-node.nix

+1-7
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,10 @@ pkgs.stdenv.mkDerivation rec {
3333
'';
3434

3535
buildPhase = ''
36-
export HOME=$TMPDIR
37-
export GOPATH="$TMPDIR/go"
38-
export GOCACHE="$TMPDIR/go-cache"
39-
mkdir -p $GOPATH $GOCACHE
40-
make build && make install
41-
make cel-key && make install-key
4236
'';
4337

4438
installPhase = ''
45-
39+
4640
export HOME=$TMPDIR
4741
export GOPATH="$TMPDIR/go"
4842
export GOCACHE="$TMPDIR/go-cache"

0 commit comments

Comments
 (0)