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