remove hash to trigger rebuild
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 35s

This commit is contained in:
Satria 2026-06-27 20:08:40 +07:00
commit a2c055b182

View file

@ -7,7 +7,7 @@
commit = "1271207650d091b510b92044a28de486c1176a35"; commit = "1271207650d091b510b92044a28de486c1176a35";
path = if production then "commit/${commit}" else "branch/main"; path = if production then "commit/${commit}" else "branch/main";
in pkgs.fetchPackwizModpack { in pkgs.fetchPackwizModpack {
packHash = "sha256-JqO8oSWCGvSKcB91sb64889q3zinjUH0jrSfpKPfvt8="; packHash = "";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml"; url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml";
}; };
in { in {