CurseForge icon

CurseForge 1.293.0-29621

Download and manage your addons and mods

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "curseforge",
  "version": "1.293.0-29621",
  "src": {
    "url": "https://curseforge.overwolf.com/electron/mac/CurseForge-1.293.0-29621-universal-mac.zip",
    "sha256": "9780506f904d0c7874a73fbe4854846ff312fe10ef3a4f76bb7b22cc00ef75d0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CurseForge.app\" && cp -r \"CurseForge.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Download and manage your addons and mods",
    "homepage": "https://curseforge.overwolf.com/"
  }
}