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