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": "1.0.4",
"src": {
"url": "https://github.com/agentkube/agentkube/releases/download/v1.0.4/agentkube_1.0.4_aarch64-apple-darwin.tar.gz",
"sha256": "8afb8b9aa6fa9d13cc7e8018c0ff836600f5b08e57fc50305a592ffc63098373"
},
"installPhase": [
"mkdir -p \"$out/Applications/Agentkube.app\" && cp -r \"Agentkube.app\" \"$out/Applications\""
],
"meta": {
"description": "AI-powered Kubernetes IDE",
"homepage": "https://agentkube.com/"
}
}