Skip to content

Commit 7a2d02f

Browse files
committed
update nix/go-ethereum.nix
1 parent e996f6d commit 7a2d02f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nix/go-ethereum.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ buildGoModule rec {
2929
proxyVendor = true;
3030
vendorHash = "sha256-R9Qg6estiyjMAwN6tvuN9ZuE7+JqjEy+qYOPAg5lIJY=";
3131

32-
3332
doCheck = false;
3433

34+
outputs = [ "out" ] ++ bins;
35+
3536
# Move binaries to separate outputs and symlink them back to $out
3637
postInstall = lib.concatStringsSep "\n" (
3738
builtins.map (
@@ -40,8 +41,6 @@ buildGoModule rec {
4041
) bins
4142
);
4243

43-
outputs = ["out"] ++ bins;
44-
4544
subPackages = [
4645
"cmd/abidump"
4746
"cmd/abigen"

0 commit comments

Comments
 (0)