From c2e99ff5ae65d6a5fc1f1cac7f57460bff202518 Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Mon, 5 Jan 2026 14:31:26 +0100 Subject: [PATCH] updated reclamation config --- flake.lock | 8 ++++---- hosts/thea/minecraft.nix | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 4eab802..c9034d2 100644 --- a/flake.lock +++ b/flake.lock @@ -374,11 +374,11 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1767364620, - "narHash": "sha256-AeBTfAt3eo7yviQcAhmTeqjboiFIGe+hncWB63OYT8A=", + "lastModified": 1767619106, + "narHash": "sha256-QNwk0Y0UK+jSlmEfUFQJvtl6H/l/g02U+sijEH6UaIo=", "ref": "refs/heads/master", - "rev": "c092c5353b8752d222e625dc562397bd17c9a83f", - "revCount": 3, + "rev": "cc22f5ec0338b4850577f6371c819fd7ef184877", + "revCount": 6, "type": "git", "url": "https://git.shobu.fr/sin_serhao/reclamation" }, diff --git a/hosts/thea/minecraft.nix b/hosts/thea/minecraft.nix index 3f80223..0124de9 100644 --- a/hosts/thea/minecraft.nix +++ b/hosts/thea/minecraft.nix @@ -10,8 +10,8 @@ let packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU="; }; reclamation = pkgs.fetchPackwizModpack { - url = "file:///${inputs.reclamation.reclamation}/pack.toml"; - packHash = lib.fakeHash; + url = "file:///${inputs.reclamation.modpack}/pack.toml"; + packHash = "sha256-IEGFlPqykpE4eBJdehwGMN3SdFRjue9JIZSwm9Lmp1I="; }; in { @@ -46,6 +46,7 @@ in symlinks = { "libraries" = inputs.testing-grounds.forge-libraries; "mods" = "${modpack}/mods"; + "mods/orphans" = "${inputs.reclamation.orphan_mods}"; }; serverProperties = {