From e3f35fbc13ac8be2147142041b461f5324331217 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 30 Mar 2026 16:12:46 +0300 Subject: [PATCH] Add floodgate --- nix-system-configs/modules/system/minecraft.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index ba105b8..cff9bf9 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -240,6 +240,11 @@ in { sha512 = "6b000e5c6015d7e92577c79e0db5bf8870d31274802a83e0412034cc7cfe58559f57c8192b79218c0dd57b6be7e21fe1169da8b3790051eb7ee0bcb72f62006f"; }; + Floodgate = pkgs.fetchurl { + url = "https://cdn.modrinth.com/data/bWrNNfkb/versions/wzwExuYr/Floodgate-Fabric-2.2.6-b54.jar"; + sha512 = "aae816d98e2233167602c053becb43ffb6880451296fab2f3c6a6cd4c8bdc8208955d73e1089f9acdd8c1dccee7835c0b33fc42413ab317d9a9feee7b29de1af"; + }; +