Compare commits

..

No commits in common. "5979fe81290327e5bf063a2a3b55993c406d996d" and "aa133738f317aad4dd71004ade37a61ddc9299e9" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@
./rice/logout.nix ./rice/logout.nix
./rice/notifs.nix ./rice/notifs.nix
./rice/cursor.nix ./rice/cursor.nix
./rice/theme.nix
./rice/menu.nix ./rice/menu.nix
./rice/idle.nix ./rice/idle.nix
./rice/bar.nix ./rice/bar.nix

View file

@ -2,7 +2,7 @@
ram-allocation = "10240M"; ram-allocation = "10240M";
auth-server = "https://mc.satr14.my.id"; # TODO: self hosted drasl server auth-server = "https://mc.satr14.my.id"; # TODO: self hosted drasl server
modpack = let modpack = let
commit = "664e8130a15ac597a1d7e889f599205ff6147c06"; commit = "ffd94a9909407a5d1ca2c1a2c35b19b048815dbd";
in pkgs.fetchPackwizModpack { in pkgs.fetchPackwizModpack {
packHash = "sha256-ipG+TlkQDKODpybJ+Obwpvq8DALc6YaGCBGsn7ayLi0="; packHash = "sha256-ipG+TlkQDKODpybJ+Obwpvq8DALc6YaGCBGsn7ayLi0=";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml"; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";