Playdate Mirror icon

Playdate Mirror 1.4.0

Application that streams gameplay audio and video from your Playdate

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    playdate-mirror # Playdate Mirror
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    playdate-mirror # Playdate Mirror
  ];
}

Package Definition

{
  "pname": "playdate-mirror",
  "version": "1.4.0",
  "src": {
    "url": "https://download-cdn.panic.com/mirror/Mirror-1.4.0.zip",
    "sha256": "9a963fc8769e4e81630347467787fff2d9c863f6efffc57c0aa4c8973867167e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mirror.app\" && cp -r \"Mirror.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Application that streams gameplay audio and video from your Playdate",
    "homepage": "https://play.date/mirror"
  }
}