We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e996f6d commit 6653d09Copy full SHA for 6653d09
1 file changed
nix/go-ethereum.nix
@@ -29,8 +29,8 @@ buildGoModule rec {
29
proxyVendor = true;
30
vendorHash = "sha256-R9Qg6estiyjMAwN6tvuN9ZuE7+JqjEy+qYOPAg5lIJY=";
31
32
-
33
doCheck = false;
+ outputs = [ "out" ] ++ bins;
34
35
# Move binaries to separate outputs and symlink them back to $out
36
postInstall = lib.concatStringsSep "\n" (
@@ -40,8 +40,6 @@ buildGoModule rec {
40
) bins
41
);
42
43
- outputs = ["out"] ++ bins;
44
45
subPackages = [
46
"cmd/abidump"
47
"cmd/abigen"
0 commit comments