See the [1.20 Pre-release 7 patch notes](https://feedback.minecraft.net/hc/en-us/articles/16224502352141-Minecraft-Java-Edition-1-20-Pre-release-7) and [corresponding help article](https://help.minecraft.net/hc/en-us/articles/16165590199181). The naïve solution would be to do ``` symlinks = { "allowed_symlinks.txt" = pkgs.writeText "allowed_symlinks.txt" "/nix/store"; }; ``` An ideal solution would be ``` alowedSymlinks = [ "/nix/store" ]; ``` This would solve the problem brought up in #74.