summary refs log tree commit diff
path: root/pkgs/applications/blockchains/turbo-geth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/blockchains/turbo-geth.nix')
-rw-r--r--pkgs/applications/blockchains/turbo-geth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/turbo-geth.nix b/pkgs/applications/blockchains/turbo-geth.nix
index 79a1eda3495..dcfba417149 100644
--- a/pkgs/applications/blockchains/turbo-geth.nix
+++ b/pkgs/applications/blockchains/turbo-geth.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildGoModule, fetchFromGitHub }:
+{ lib, buildGoModule, fetchFromGitHub }:
 
 buildGoModule rec {
   pname = "turbo-geth";