Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c144591d59 | |||
| 862c89a499 |
2 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
|
cache.enable = true;
|
||||||
flavor = ctp-opt.flavor;
|
flavor = ctp-opt.flavor;
|
||||||
accent = ctp-opt.accent;
|
accent = ctp-opt.accent;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,10 @@
|
||||||
rcon-pass = "howdy";
|
rcon-pass = "howdy";
|
||||||
modpack = let
|
modpack = let
|
||||||
useLatest = false;
|
useLatest = false;
|
||||||
commit = "b128b9f93b365570ad650d9b6fea149c54b586c5";
|
commit = "bf95d65e758963899f9d5a4eba6b589c50faffc9";
|
||||||
path = if !useLatest then "commit/${commit}" else "branch/main";
|
path = if !useLatest then "commit/${commit}" else "branch/main";
|
||||||
in pkgs.fetchPackwizModpack {
|
in pkgs.fetchPackwizModpack {
|
||||||
packHash = "sha256-i0N/Yb4dgSpJLfazm6KSZC9dehU53AmvhXWLKHCU0aA=";
|
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue