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
commit 69e1f0d548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ let
# A list of binaries to put into separate outputs
bins = [
"geth"
"clef"
];
in buildGoModule rec {