From 386479ffe55ed2c68c72b4dff54fc3fb6350db1a Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 25 Mar 2024 19:47:12 -0400 Subject: [PATCH] notlite: change modpack to commit hash --- hosts/nullbox/mcserver.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/nullbox/mcserver.nix b/hosts/nullbox/mcserver.nix index 069fd7b..9a9317a 100644 --- a/hosts/nullbox/mcserver.nix +++ b/hosts/nullbox/mcserver.nix @@ -37,8 +37,10 @@ in eula = true; dataDir = "/srv/mcserver"; servers = let - notlite-modpack = pkgs.fetchPackwizModpack { - url = "https://gitea.protogen.io/nullbite/notlite/raw/branch/release/1.20.1/pack.toml"; + notlite-modpack = let + commit = "9e96ad3"; + in pkgs.fetchPackwizModpack { + url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml"; packHash = "sha256-N3Pdlqte8OYz6wz3O/TSG75FMAV+XWAipqoXsYbcYDQ="; };