Lens icon

Lens 2025.6.261308

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": "2025.6.261308",
  "src": {
    "url": "https://api.k8slens.dev/binaries/Lens-2025.6.261308-latest-arm64.dmg",
    "sha256": "ca4ecb93513d64c260c760470b2b9af1dc7f443c4cefee7c3c9f71c6379ffc35"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Lens.app\" && cp -r \"Lens.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Kubernetes IDE",
    "homepage": "https://k8slens.dev/"
  }
}