AKS desktop icon

AKS desktop 0.8.0

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.8.0",
  "src": {
    "url": "https://github.com/Azure/aks-desktop/releases/download/v0.8.0/aks-desktop-0.8.0-mac-arm64.dmg",
    "sha256": "5b8a1c72850b633302c3fa681ecef1e6318b92d4ccad74f1e733c50220ebc787"
  },
  "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"
  }
}