AKS desktop icon

AKS desktop 0.1.0-alpha

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.1.0-alpha",
  "src": {
    "url": "https://github.com/Azure/aks-desktop/releases/download/v0.1.0-alpha/aks-desktop-0.1.0-alpha-mac-arm64.dmg",
    "sha256": "be01ae7fe8e17b0737c58b7bf03ee38e39556d0354d98dad7da52ac389849fd3"
  },
  "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"
  }
}