aks-mcp-server: set meta.mainProgram
Fix https://github.com/NixOS/nixpkgs/issues/485105. The binary is `aks-mcp`, not `aks-mcp-server`. Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
This commit is contained in:
@@ -74,6 +74,6 @@ buildGoModule (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ priyaananthasankar ];
|
||||
platforms = lib.platforms.unix; # Now supports both Linux and macOS with withoutebpf
|
||||
mainProgram = "aks-mcp-server";
|
||||
mainProgram = "aks-mcp";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user