Quilt Installation
To install Quilt, you need to set what version of the loader you would like to install. You will most likely want the latest stable version, and you can view all versions here
nix
programs.minecraft = {
enable = true;
instances = {
"your-quilt-instance-name" = {
minecraft.version = "1.21";
quilt.version = "0.27.1";
quilt.hash = "sha256-qWCc7Zv/xDwLMJn2o+ShsPGgfIH+zue4lsRS9iF4Y8k=";
};
};
};TIP
Leave quilt.hash blank and rebuild, nix will tell you what hash to use.