Aptakube icon

Aptakube 1.13.5

Kubernetes desktop client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    aptakube # Aptakube
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    aptakube # Aptakube
  ];
}

Package Definition

{
  "pname": "aptakube",
  "version": "1.13.5",
  "src": {
    "url": "https://releases.aptakube.com/Aptakube_1.13.5_universal.dmg",
    "sha256": "d2b397e3afb40ba69fb049f13a8bdc4b0e1e1a084ee0bea6756ba158c616f2d5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Aptakube.app\" && cp -r \"Aptakube.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Kubernetes desktop client",
    "homepage": "https://aptakube.com/"
  }
}

Version History