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