nullbox: update modpack

This commit is contained in:
NullBite 2024-07-18 14:34:41 -04:00
parent 0e20adecd7
commit 0a21eed3f3
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ in
enable = true;
autoStart = true;
modpack = pkgs.modpacks.notlite;
modpackSymlinks = [ "mods" ];
modpackFiles = [ "config/" "kubejs/" ];
modpackSymlinks = [ "config/yosbr" "config/quilt-loader-overrides.json" "mods" ];
modpackFiles = [ "kubejs/" ];
serverProperties = {
motd = "owo what's this (nix notlite edition)";
server-port = 25567;

View File

@ -3,8 +3,8 @@ let
inherit (final) lib;
inherit (lib) fakeHash;
notlite = let
commit = "7697c3a";
packHash = "sha256-/IA/NP1w9RcWg+71lxUN+Q3hz12GhN/e4lkSnaYyAb4=";
commit = "1e519c6bd8267cc84ca40fcecc6d2453fac81e1b";
packHash = "sha256-rK+yuQ/wS0QWaPglFvljnkY0FJNgXwFd+SweZZDCHWw=";
in final.fetchPackwizModpack {
url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml";
inherit packHash;