We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6653d09 commit 3f2f7e6Copy full SHA for 3f2f7e6
nix/go-ethereum.nix
@@ -30,7 +30,7 @@ buildGoModule rec {
30
vendorHash = "sha256-R9Qg6estiyjMAwN6tvuN9ZuE7+JqjEy+qYOPAg5lIJY=";
31
32
doCheck = false;
33
- outputs = [ "out" ] ++ bins;
+ outputs = [ "out" ] ++ bins;
34
35
# Move binaries to separate outputs and symlink them back to $out
36
postInstall = lib.concatStringsSep "\n" (
0 commit comments