RuneLite icon

RuneLite 2.7.7

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.7",
  "src": {
    "url": "https://github.com/runelite/launcher/releases/download/2.7.7/RuneLite-aarch64.dmg",
    "sha256": "b8afe68ced65189de59a261f455991e75d7a4fe971d8dc3abeb4df6ff14d82b7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RuneLite.app\" && cp -r \"RuneLite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for Old School RuneScape",
    "homepage": "https://runelite.net/"
  }
}