XMage Flake#
A Nix flake for running XMage (Magic: The Gathering online client) on NixOS.
Usage#
From this directory, you can run XMage with:
nix run
This will:
- Download the specified XMage version (controlled by the flake input)
- Extract it to the Nix store
- Launch the client with proper Java configuration for NixOS
Dev shell#
To enter a development shell with XMage dependencies, run:
nix develop
Updating XMage#
To update to a new version:
- Edit
flake.nixand change theversionvariable to the desired release - Remove the
sha256line or set it to an empty string - Run
nix flake update - Nix will tell you the correct hash; add it back to the file