Merge pull request #127060 from attila-lendvai/go-ethereum-clef

go-ethereum: also add clef output
This commit is contained in:
adisbladis
2021-06-16 10:10:45 -05:00
committed by GitHub
@@ -4,6 +4,7 @@ let
# A list of binaries to put into separate outputs
bins = [
"geth"
"clef"
];
in buildGoModule rec {