Lens icon

Lens 2026.8.190756

Kubernetes IDE

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    lens # Lens
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    lens # Lens
  ];
}

Package Definition

{
  "pname": "lens",
  "version": "2026.8.190756",
  "src": {
    "url": "https://api.k8slens.dev/binaries/Lens-2026.8.190756-latest-arm64.dmg",
    "sha256": "240620ec09b010a87d3c08974d46adcfdd03fa59b9f005c491220886843a4803"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Lens.app\" && cp -r \"Lens.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Kubernetes IDE",
    "homepage": "https://lenshq.io/"
  }
}

Version History