about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-26 11:27:23 -0500
committerGitHub <noreply@github.com>2023-12-26 11:27:23 -0500
commite9cae166e9277ed8ac7b908d25196e216aed5aaf (patch)
tree6fdf1ed61ddbe0ec2fb87fe5924c4b65ffaf8a2a /pkgs/applications/networking/cluster
parent05d6680a6228cd66649f48b9e6cb7945098005bf (diff)
parentf4ad5cd16c6eff28e1e69ddd09b531641c30add8 (diff)
Merge pull request #276877 from katexochen/treewide/unused-buildgopackage
treewide: remove unused buildGoPackage arguments
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/argo/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/argo/default.nix b/pkgs/applications/networking/cluster/argo/default.nix
index 6417ebca951ab..27b466f2f2619 100644
--- a/pkgs/applications/networking/cluster/argo/default.nix
+++ b/pkgs/applications/networking/cluster/argo/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , buildGoModule
-, buildGoPackage
 , fetchFromGitHub
 , installShellFiles
 , pkgsBuildBuild