update modpack include worldgen
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 33s

This commit is contained in:
Satria 2026-05-09 19:49:35 +07:00
commit 59163a8f06

View file

@ -1,9 +1,9 @@
{ inputs, lib, pkgs, ... }: let
ram-allocation-mb = 12288;
modpack = let
commit = "476d4e5c08caded28ef0e24193249bec75cf52e6";
commit = "9241d6b4642239a6dfb5629ddb822a127bf93dff";
in pkgs.fetchPackwizModpack {
packHash = "sha256-zO7r8nXsK5Z3EnkUZNVDmPU1xqLI6qbZfS2tw0LLi0Q=";
packHash = "";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";
};
in {