summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-06-16 10:10:45 -0500
committerGitHub <noreply@github.com>2021-06-16 10:10:45 -0500
commit69e1f0d54801427228307c67d332f7cde4b3b735 (patch)
tree21c67ea9cbcd67e6ec61e30ba42f8de76336ae66 /pkgs/applications/blockchains
parent8d7b497e7f12104ecdd1fd61a5305a4dd625f7ef (diff)
parent2373d518a66151331437f8a06e425a0b16238a97 (diff)
downloadnixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.tar
nixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.tar.gz
nixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.tar.bz2
nixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.tar.lz
nixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.tar.xz
nixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.tar.zst
nixpkgs-69e1f0d54801427228307c67d332f7cde4b3b735.zip
Merge pull request #127060 from attila-lendvai/go-ethereum-clef
go-ethereum: also add clef output
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index 4310f809bac..40f6946d144 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -4,6 +4,7 @@ let
   # A list of binaries to put into separate outputs
   bins = [
     "geth"
+    "clef"
   ];
 
 in buildGoModule rec {