about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/rke2/default.nix
diff options
context:
space:
mode:
authorJonas Chevalier <zimbatm@zimbatm.com>2023-08-23 12:25:25 +0200
committerGitHub <noreply@github.com>2023-08-23 12:25:25 +0200
commit628b4a1fea104bc35dca5d6da5a47d8c3010a7fa (patch)
treeb55182e763dcaa46eda11f1f2b4aa53b69726663 /pkgs/applications/networking/cluster/rke2/default.nix
parent04f7c121b376ad2fbc721a1c99528da6c064ee6e (diff)
rke2: set the meta.mainProgram (#250748)
Diffstat (limited to 'pkgs/applications/networking/cluster/rke2/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/rke2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/rke2/default.nix b/pkgs/applications/networking/cluster/rke2/default.nix
index 66b1324a6b0ee..7aa0efe45f8fa 100644
--- a/pkgs/applications/networking/cluster/rke2/default.nix
+++ b/pkgs/applications/networking/cluster/rke2/default.nix
@@ -35,5 +35,6 @@ buildGoModule rec {
     changelog = "https://github.com/rancher/rke2/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ zimbatm zygot ];
+    mainProgram = "rke2";
   };
 }