Mythic icon

Mythic 0.4.5

Game launcher with the ability to run Windows games

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mythic",
  "version": "0.4.5",
  "src": {
    "url": "https://dl.getmythic.app/sparkle-temp/Mythic-0.4.5.zip",
    "sha256": "e232fbf075c8b6558bd857b9133a6a32ee82aa0377bf94bbed68152c9b65e8a0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mythic.app\" && cp -r \"Mythic.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game launcher with the ability to run Windows games",
    "homepage": "https://getmythic.app/"
  }
}