From a4c0e6cfac644ed3e3e38d2a46bc599b2ac56263 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 31 Mar 2026 15:54:23 +0300 Subject: [PATCH] Add git and git-lfs to extraPackages in Minecraft configuration --- nix-system-configs/modules/system/minecraft.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index eaa7751..45bde7c 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -75,6 +75,8 @@ in { loaderVersion = "0.18.4"; }; + extraPackages = with pkgs; [ git git-lfs ]; + jvmOpts = lib.concatStringsSep " " [ "-Xms54G" # Use 120GB of RA