bump reclamation dependncies
Some checks failed
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Failing after 7m57s

This commit is contained in:
2026-01-05 16:00:27 +01:00
parent f787cca05c
commit 9f14c96f86
2 changed files with 131 additions and 15 deletions

View File

@@ -9,10 +9,7 @@ let
url = "file:///${inputs.testing-grounds.modpack}/pack.toml";
packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU=";
};
reclamation = pkgs.fetchPackwizModpack {
url = "file:///${inputs.reclamation.modpack}/pack.toml";
packHash = "sha256-IEGFlPqykpE4eBJdehwGMN3SdFRjue9JIZSwm9Lmp1I=";
};
reclamation = inputs.reclamation.packages.${pkgs.stdenv.system};
in
{
imports = [ inputs.nix-minecraft.nixosModules.minecraft-servers ];
@@ -28,8 +25,7 @@ in
package = pkgs.fabricServers.fabric;
symlinks = {
"mods" = "${reclamation}/mods";
"mods/orphans" = "${inputs.reclamation.orphan_mods}";
"mods" = reclamation.mods;
};
serverProperties = {