Skip to content

Commit 6653d09

Browse files
committed
update nix/go-ethereum.nix
1 parent e996f6d commit 6653d09

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

nix/go-ethereum.nix

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

32-
3332
doCheck = false;
33+
outputs = [ "out" ] ++ bins;
3434

3535
# Move binaries to separate outputs and symlink them back to $out
3636
postInstall = lib.concatStringsSep "\n" (
@@ -40,8 +40,6 @@ buildGoModule rec {
4040
) bins
4141
);
4242

43-
outputs = ["out"] ++ bins;
44-
4543
subPackages = [
4644
"cmd/abidump"
4745
"cmd/abigen"

0 commit comments

Comments
 (0)