From 3791ee2371c82289fd700dda863fbeaf31cc0d4e Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 17:40:03 +0100 Subject: [PATCH] Add PostgreSQL support and JDBC drivers to Minecraft configuration --- nix-system-configs/modules/system/minecraft.nix | 1 - 1 file changed, 1 deletion(-) 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";