nullbox: update modpack
This commit is contained in:
parent
0e20adecd7
commit
0a21eed3f3
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user