mindustry

mindustry 160.5

Sandbox tower defense game

https://mindustrygame.github.io/
GNU General Public License v3.0 or later
programs: mindustry-server, mindustry
Platforms (79)
i686-cygwinmips64-nonem68k-netbsdmicroblazeel-linuxaarch64_be-nonemsp430-nonearmv5tel-linuxaarch64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  mindustry
];
Ad-hoc shell
nix-shell -p mindustry
Flake (nix run)
nix run nixpkgs#mindustry