Skip to content

Commit 3f2f7e6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/go-ethereum.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildGoModule rec {
3030
vendorHash = "sha256-R9Qg6estiyjMAwN6tvuN9ZuE7+JqjEy+qYOPAg5lIJY=";
3131

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

3535
# Move binaries to separate outputs and symlink them back to $out
3636
postInstall = lib.concatStringsSep "\n" (

0 commit comments

Comments
 (0)