Remove forge servers that wasn't working for neoforge

This commit is contained in:
Jimbo 2024-09-18 02:08:20 -04:00
parent 80c641c13b
commit 17e384265c
8 changed files with 0 additions and 3415 deletions

View file

@ -2,5 +2,4 @@
{pkgs, ...}: {
xash3d = pkgs.callPackage ./xash/xash3d.nix {};
hlsdk = pkgs.callPackage ./xash/hlsdk.nix {};
forgeServers = pkgs.callPackage ./forge-servers/default.nix {};
}