Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
agentkube # Agentkube
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
agentkube # Agentkube
];
} Package Definition
{
"pname": "agentkube",
"version": "0.0.11",
"src": {
"url": "https://github.com/agentkube/agentkube/releases/download/v0.0.11/agentkube_0.0.11_aarch64.dmg",
"sha256": "896a0690550fb1b4c2ad96c63019857631792e071df9d90c82d5d79cb6426bd2"
},
"installPhase": [
"mkdir -p \"$out/Applications/Agentkube.app\" && cp -r \"Agentkube.app\" \"$out/Applications\""
],
"meta": {
"description": "AI-powered Kubernetes IDE",
"homepage": "https://agentkube.com/"
}
}