Infinidoge / nix-minecraft

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

feat: whitelist can be managed non-declaratively #72

Closed Alexnortung closed 2 weeks ago

Alexnortung commented 2 weeks ago

In my case it would be nice to manage whitelist non-declaratively.

In this PR, this can be achieved by setting whitelist to null.

Infinidoge commented 2 weeks ago

See #57. I should update the documentation to clarify this better.

Infinidoge commented 2 weeks ago

Clarified in https://github.com/Infinidoge/nix-minecraft/commit/227438d2a8f6ac70eae006cdf945c0bf2a0e1c68

Alexnortung commented 2 weeks ago

Oh okay, thanks, I didn't realize that normalize files did that.