ipfs-cluster: remove unused variables

This commit is contained in:
Luflosi
2020-10-25 22:08:09 +01:00
parent 40bc6c8dad
commit b4a51441b8
@@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub, fetchgx, gx-go }:
{ stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ipfs-cluster";