about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kube3d
diff options
context:
space:
mode:
authorTimothy Stott <stott.timothy@gmail.com>2020-08-11 22:04:55 +0100
committerGitHub <noreply@github.com>2020-08-11 21:04:55 +0000
commitba7c0893d4fcbe2b8fd449064a7bf7ec36553385 (patch)
tree6efe82338117f97770619c95385c83f67bc9209a /pkgs/applications/networking/cluster/kube3d
parent4c3b64adf417859edfbce599eee15d335167b2a8 (diff)
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
Diffstat (limited to 'pkgs/applications/networking/cluster/kube3d')
-rw-r--r--pkgs/applications/networking/cluster/kube3d/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix
index 5688dcdcd9578..decbdbd1fbc78 100644
--- a/pkgs/applications/networking/cluster/kube3d/default.nix
+++ b/pkgs/applications/networking/cluster/kube3d/default.nix
@@ -5,7 +5,6 @@ buildGoModule rec {
   version = "3.0.0";
   k3sVersion = "1.18.6-k3s1";
 
-  goPackagePath = "github.com/rancher/k3d";
   excludedPackages = ''tools'';
 
   src = fetchFromGitHub {