Epic Games Launcher icon

Epic Games Launcher 18.8.1

Launcher for *Epic Games* games

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    epic-games # Epic Games Launcher
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    epic-games # Epic Games Launcher
  ];
}

Package Definition

{
  "pname": "epic-games",
  "version": "18.8.1",
  "src": {
    "url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Mac/EpicInstaller-18.8.1.dmg",
    "sha256": "8d6b6cef8300529afb023ac4aedd5a87a7bd3a69e93c8cb5483b65dbbe29781d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Epic Games Launcher.app\" && cp -r \"Epic Games Launcher.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Launcher for *Epic Games* games",
    "homepage": "https://www.epicgames.com/"
  }
}