AKS desktop icon

AKS desktop 0.4.0-beta

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.4.0-beta",
  "src": {
    "url": "https://github.com/Azure/aks-desktop/releases/download/v0.4.0-beta/aks-desktop-0.4.0-beta-mac-arm64.dmg",
    "sha256": "aaaa7ece148cfd0d59a82226bcf9cc748205544ffe1a2abc0731a515ed7147c2"
  },
  "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"
  }
}