Infinidoge / nix-minecraft

An attempt to better support Minecraft-related content for the Nix ecosystem
MIT License
174 stars 18 forks source link

module: getExe instead of /bin/minecraft-server #20

Closed Misterio77 closed 1 year ago

Misterio77 commented 1 year ago

Use lib.getExe instead of assuming the executable is named minecraft-server.

Infinidoge commented 1 year ago

I have no idea why I didn't know about this before, good catch!