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

8
flake.lock generated
View File

@@ -374,11 +374,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1767364620, "lastModified": 1767619106,
"narHash": "sha256-AeBTfAt3eo7yviQcAhmTeqjboiFIGe+hncWB63OYT8A=", "narHash": "sha256-QNwk0Y0UK+jSlmEfUFQJvtl6H/l/g02U+sijEH6UaIo=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "c092c5353b8752d222e625dc562397bd17c9a83f", "rev": "cc22f5ec0338b4850577f6371c819fd7ef184877",
"revCount": 3, "revCount": 6,
"type": "git", "type": "git",
"url": "https://git.shobu.fr/sin_serhao/reclamation" "url": "https://git.shobu.fr/sin_serhao/reclamation"
}, },

View File

@@ -10,8 +10,8 @@ let
packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU="; packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU=";
}; };
reclamation = pkgs.fetchPackwizModpack { reclamation = pkgs.fetchPackwizModpack {
url = "file:///${inputs.reclamation.reclamation}/pack.toml"; url = "file:///${inputs.reclamation.modpack}/pack.toml";
packHash = lib.fakeHash; packHash = "sha256-IEGFlPqykpE4eBJdehwGMN3SdFRjue9JIZSwm9Lmp1I=";
}; };
in in
{ {
@@ -46,6 +46,7 @@ in
symlinks = { symlinks = {
"libraries" = inputs.testing-grounds.forge-libraries; "libraries" = inputs.testing-grounds.forge-libraries;
"mods" = "${modpack}/mods"; "mods" = "${modpack}/mods";
"mods/orphans" = "${inputs.reclamation.orphan_mods}";
}; };
serverProperties = { serverProperties = {