AKS desktop icon

AKS desktop 0.9.1

Azure Kubernetes Service desktop application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    aks-desktop # AKS desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    aks-desktop # AKS desktop
  ];
}

Package Definition

{
  "pname": "aks-desktop",
  "version": "0.9.1",
  "src": {
    "url": "https://github.com/Azure/aks-desktop/releases/download/v0.9.1/aks-desktop-0.9.1-mac-arm64.dmg",
    "sha256": "10b99dcfa30febe6f944eda9e24a5289f11fec80b3373c735c3d6f1e0d3779e8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AKS desktop.app\" && cp -r \"AKS desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Azure Kubernetes Service desktop application",
    "homepage": "https://github.com/Azure/aks-desktop"
  }
}