Infinidoge / nix-minecraft

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

module: fix assertion for clashing `dataDir`s #54

Closed h7x4 closed 6 months ago

h7x4 commented 6 months ago

This assertion triggers when minecraft-server is not enabled and the dataDirs are equal. I'm assuming this is a bug, and the ! was meant to negate the whole expression (and also swapping the != for an ==), but I think the implication arrow makes the intent more clear.

Infinidoge commented 6 months ago

Yep that's a bug, and a much better expression, good catch!