StepMania icon

StepMania 5.0.12

Advanced rhythm game designed for both home and arcade use

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "stepmania",
  "version": "5.0.12",
  "src": {
    "url": "https://github.com/stepmania/stepmania/releases/download/v5.0.12/StepMania-5.0.12-mac.dmg",
    "sha256": "b49eb7f4405c8cc289053deb48c30edcd8517a2948853e77befe9073818eb336"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/StepMania-5.0.12/Stepmania.app\" && cp -r \"StepMania-5.0.12/Stepmania.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Advanced rhythm game designed for both home and arcade use",
    "homepage": "https://www.stepmania.com/"
  }
}