go-ethereum: also add clef output, needed by bee

This commit is contained in:
Attila Lendvai 2021-02-24 16:17:40 +01:00
parent 9a3f486709
commit 2373d518a6

View File

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