bump reclamation dependncies
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user