Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
xiv-on-mac # XIV on Mac
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
xiv-on-mac # XIV on Mac
];
}
Package Definition
{
"pname": "xiv-on-mac",
"version": "5.2",
"src": {
"url": "https://softwareupdate.xivmac.com/sites/default/files/update_data/XIV%20on%20Mac5.2.tar.xz",
"sha256": "fcaa8668f94af6c858e8882082efb4ff7bffe0afdef1d0a5b739db53a901437b"
},
"installPhase": [
"mkdir -p \"$out/Applications/XIV on Mac.app\" && cp -r \"XIV on Mac.app\" \"$out/Applications\""
],
"meta": {
"description": "Wine wrapper, setup tool and launcher for FFXIV",
"homepage": "https://www.xivmac.com/"
}
}
Version History
5.2 (NixCasks v4)
10 June 2025, 00:00 5.1 (NixCasks v4)
22 March 2025, 00:00 5.0 (NixCasks v1)
31 December 2024, 00:00 5.2.1 (NixCasks v4)
16 June 2025, 00:00 5.0.2 (NixCasks v4)
7 March 2025, 09:14 5.0.2 (NixCasks v3)
5 March 2025, 00:00 5.0.2 (NixCasks v2)
4 March 2025, 19:10 5.0.2 (NixCasks v1)
4 January 2025, 00:00 5.0.1 (NixCasks v1)
1 January 2025, 00:01 4.17.7 (NixCasks v1)
17 December 2024, 00:00 4.17.6 (NixCasks v1)
18 November 2024, 20:10 4.17.5 (NixCasks v1)
8 November 2024, 21:23