diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 7c9bb7b..0b87d3a 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -225,7 +225,6 @@ in { environment.systemPackages = with pkgs; [ postgresql_jdbc - mysql-connector-j ]; system.stateVersion = "25.11";