Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
the-battle-for-wesnoth # The Battle for Wesnoth
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
the-battle-for-wesnoth # The Battle for Wesnoth
];
} Package Definition
{
"pname": "the-battle-for-wesnoth",
"version": "1.18.7",
"src": {
"url": "https://downloads.sourceforge.net/wesnoth/Wesnoth_1.18.7.dmg",
"sha256": "258f797ad4ae1f82b4479706875a372857c17130e221689c56647234513eca5f"
},
"installPhase": [
"mkdir -p \"$out/Applications/The Battle for Wesnoth.app\" && cp -r \"The Battle for Wesnoth.app\" \"$out/Applications\""
],
"meta": {
"description": "Fantasy-themed turn-based strategy game",
"homepage": "https://www.wesnoth.org/"
}
} Version History
1.18.7 (NixCasks v4)
24 April 2026, 00:03 1.18.6 (NixCasks v4)
13 January 2026, 00:00 1.18.5 (NixCasks v4)
3 June 2025, 00:00 1.18.4 (NixCasks v4)
7 March 2025, 09:14 1.18.4 (NixCasks v3)
5 March 2025, 00:00 1.18.4 (NixCasks v2)
4 March 2025, 19:10 1.18.4 (NixCasks v1)
22 February 2025, 00:00 1.18.3 (NixCasks v1)
18 November 2024, 20:10 1.18.2 (NixCasks v1)
8 November 2024, 21:21