Reformatted the server, pray everything still works

This commit is contained in:
Jimbo 2024-10-22 07:51:39 -04:00
parent 4012b36afc
commit 951fee17e1
4 changed files with 35 additions and 16 deletions

View file

@ -6,7 +6,6 @@
./fileserver
./forgejo
./icecast
./mailserver
./minecraft
./misc
./mysql

View file

@ -48,8 +48,8 @@
sha256 = "02ad0dl34vdk6b1wyflqa6wq440xrh5w7yf3z3w1x1g089myddw4";
};
"plugins/ProtocolLib.jar" = builtins.fetchurl {
url = "https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar";
sha256 = "16krc7pyav4khnaxkyg27i5yxsgcdkildrn4nm5bhzh1f0ngqv2s";
url = "https://ci.dmulloy2.net/job/ProtocolLib/733/artifact/build/libs/ProtocolLib.jar";
sha256 = "1gslh24kk7dcqiqxphzy8x2nrqa58f8gl5ah0iyg1ndx3pvr4z9m";
};
"plugins/Vault.jar" = builtins.fetchurl {
url = "https://github.com/MilkBowl/Vault/releases/download/1.7.3/Vault.jar";

View file

@ -6,8 +6,8 @@
./servers/dewdemolisher
./servers/johnside
./servers/roguecraft
./servers/blockworld
./servers/uberbeta
#./servers/blockworld
#./servers/uberbeta
];
nixpkgs.overlays = [ minecraft.overlay ];