RuneLite icon

RuneLite 2.7.5

Client for Old School RuneScape

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "runelite",
  "version": "2.7.5",
  "src": {
    "url": "https://github.com/runelite/launcher/releases/download/2.7.5/RuneLite-aarch64.dmg",
    "sha256": "1dc56ac2d5ebf131047e62a797b8dd60647eb1f8ce50fd4c3bc3e4a43b138e3e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RuneLite.app\" && cp -r \"RuneLite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for Old School RuneScape",
    "homepage": "https://runelite.net/"
  }
}