updated reclamation config
Some checks failed
/ perform flake analysis (push) Successful in 38s
/ build hive configuration (push) Failing after 9m2s

This commit is contained in:
2026-01-05 14:31:26 +01:00
parent 263851f911
commit c2e99ff5ae
2 changed files with 7 additions and 6 deletions

View File

@@ -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 = {