Rancher Desktop icon

Rancher Desktop 1.24.0

Kubernetes and container management on the desktop

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    rancher # Rancher Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    rancher # Rancher Desktop
  ];
}

Package Definition

{
  "pname": "rancher",
  "version": "1.24.0",
  "src": {
    "url": "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.24.0/Rancher.Desktop-1.24.0.aarch64.dmg",
    "sha256": "0c4eb779d376f51e34b339124ad4f24b771a8f2c69718e839f89958209e78b34"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rancher Desktop.app\" && cp -r \"Rancher Desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Kubernetes and container management on the desktop",
    "homepage": "https://rancherdesktop.io/"
  }
}