shell.nix: Install geth

Change-Id: Ic69ad56347fba524048b8d4401e10d1f0e5804fd
This commit is contained in:
Stan Drozd 2021-10-15 14:56:16 +02:00
parent 797b2243bf
commit 4972be80c3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in
pkgs.mkShell {
nativeBuildInputs = (
with pkgs; [
go-ethereum
go
gopls
hidapi