nullbox: update modpack
This commit is contained in:
parent
0e20adecd7
commit
0a21eed3f3
@ -65,8 +65,8 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
modpack = pkgs.modpacks.notlite;
|
modpack = pkgs.modpacks.notlite;
|
||||||
modpackSymlinks = [ "mods" ];
|
modpackSymlinks = [ "config/yosbr" "config/quilt-loader-overrides.json" "mods" ];
|
||||||
modpackFiles = [ "config/" "kubejs/" ];
|
modpackFiles = [ "kubejs/" ];
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
motd = "owo what's this (nix notlite edition)";
|
motd = "owo what's this (nix notlite edition)";
|
||||||
server-port = 25567;
|
server-port = 25567;
|
||||||
|
@ -3,8 +3,8 @@ let
|
|||||||
inherit (final) lib;
|
inherit (final) lib;
|
||||||
inherit (lib) fakeHash;
|
inherit (lib) fakeHash;
|
||||||
notlite = let
|
notlite = let
|
||||||
commit = "7697c3a";
|
commit = "1e519c6bd8267cc84ca40fcecc6d2453fac81e1b";
|
||||||
packHash = "sha256-/IA/NP1w9RcWg+71lxUN+Q3hz12GhN/e4lkSnaYyAb4=";
|
packHash = "sha256-rK+yuQ/wS0QWaPglFvljnkY0FJNgXwFd+SweZZDCHWw=";
|
||||||
in final.fetchPackwizModpack {
|
in final.fetchPackwizModpack {
|
||||||
url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml";
|
url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml";
|
||||||
inherit packHash;
|
inherit packHash;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user