fix(aks-mcp-server): main program (#485107)

This commit is contained in:
Yohann Boniface
2026-01-30 08:16:04 +00:00
committed by GitHub
+1 -1
View File
@@ -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";
};
})